#2a92f3

Color #2A92F3 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2A92F3

Tints of Dodger Blue #2A92F3

Color information

#2A92F3 (or 0x2A92F3) is unknown color: approx Dodger Blue. HEX triplet: 2A, 92 and F3. RGB value is (42,146,243). Sum of RGB (Red+Green+Blue) = 42+146+243=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #2A92F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A92F3 is #D56D0C. Grayscale: #7D7D7D. Windows color (decimal): -13987085 or 15962666. OLE color: 15962666.

HSL color Cylindrical-coordinate representation of color #2A92F3: hue angle of 208.96º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A92F3 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB42146243-
CMYK0.830.4000.05
HSL208.96º89.33%55.88%-
HSV(B)208.96º82.72%95.29%-
XYZ27.4127.5288.66-
YUV125.96194.0468.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 9.74%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 243 (95.31% from 255) = 56.38%
R=9.74%
G=33.87%
B=56.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal421462430.830.4000.05208.9689.3355.88
Hex2A92F3532805d15938
Octal52222363123500532113170
Binary101010100100101111001110100111010000101110100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a92f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a92f3; }

 p { color: rgb(42,146,243); }

 H1.HeaderClassName
 {
   color: #2a92f3;
 }
 .AnyTagClassName
 {
   color: #2a92f3;
 }
</style>
background-color css

<style>
 a { background-color: #2a92f3; }

 a { background-color: rgb(42,146,243); }

 div.DivClassName
 {
   background-color: #2a92f3;
 }
 .BgClassName
 {
   background-color: #2a92f3;
 }
</style>
border-color css

<style>
 span { border-color: #2a92f3; }

 span { border-color: rgb(42,146,243); }

 td.TdClassName
 {
   border-color: #2a92f3;
 }
 .TagClassName
 {
   border-color: #2a92f3;
 }
</style>