Html Css Color HEX #42A2FF Dodger Blue

📋 copy color: '#42A2FF'

red 66 ◦ green 162 ◦ blue 255

#42A2FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #42A2FF

Tints of Dodger Blue #42A2FF

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.8%

R = 13.66%
G = 33.54%
B = 52.8%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42A2FF (or 0x42A2FF) is known color: 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

RGB 66 162 255 -
CMYK 0.74 0.36 0 0
HSL 209.52º 1% 0.63% -
HSV(B) 209.52º 0.74% 1% -
XYZ 33.22 34.22 99.46 -
YUV 143.9 190.7 72.44 -
System Red Green Blue C M Y K H S L
Decimal 66 162 255 0.74 0.36 0 0 209.52 1 0.63
Hex 42 A2 FF 4A 24 0 0 D2 64 3F
Octal 102 242 377 112 44 0 0 322 144 77
Binary 1000010 10100010 11111111 1001010 100100 0 0 11010010 1100100 111111

Color Harmonies of #42A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A2FF

Black with #42A2FF

Text Example


Text Example

White with #42A2FF

Text Example


Text Example

HTML Codes & Css Web 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>