#42A2FF

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

Shades of Dodger Blue #42A2FF

Tints of Dodger Blue #42A2FF

Color information

#42A2FF (or 0x42A2FF) is unknown color: approx Dodger Blue. HEX triplet: 42, A2 and FF. RGB value is (66,162,255). Sum of RGB (Red+Green+Blue) = 66+162+255=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #42A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A2FF is #BD5D00. Grayscale: #8F8F8F. Windows color (decimal): -12410113 or 16753218. OLE color: 16753218.

HSL color Cylindrical-coordinate representation of color #42A2FF: hue angle of 209.52º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A2FF is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66162255-
CMYK0.740.3600
HSL209.52º100%62.94%-
HSV(B)209.52º74.12%100%-
XYZ33.2234.2299.46-
YUV143.9190.772.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.66%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 255 (100% from 255) = 52.80%
R=13.66%
G=33.54%
B=52.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661622550.740.3600209.5210062.94
Hex42A2FF4A2400d2643f
Octal102242377112440032214477
Binary10000101010001011111111100101010010000110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A2FF; }

 p { color: rgb(66,162,255); }

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

<style>
 a { background-color: #42A2FF; }

 a { background-color: rgb(66,162,255); }

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

<style>
 span { border-color: #42A2FF; }

 span { border-color: rgb(66,162,255); }

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