Html Css Color HEX #42A0FF Dodger Blue

📋 copy color: '#42A0FF'

red 66 ◦ green 160 ◦ blue 255

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

Shades of Dodger Blue #42A0FF

Tints of Dodger Blue #42A0FF

RGB

 RED value IS 66 (26.17% from 255) = 13.72%

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 13.72%
G = 33.26%
B = 53.01%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42A0FF (or 0x42A0FF) is known color: Dodger Blue. HEX triplet: 42, A0 and FF. RGB value is (66,160,255). Sum of RGB (Red+Green+Blue) = 66+160+255=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #42A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A0FF is #BD5F00. Grayscale: #8E8E8E. Windows color (decimal): -12410625 or 16752706. OLE color: 16752706.

HSL color Cylindrical-coordinate representation of color #42A0FF: hue angle of 210.16º 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 #42A0FF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 160 255 -
CMYK 0.74 0.37 0 0
HSL 210.16º 1% 0.63% -
HSV(B) 210.16º 0.74% 1% -
XYZ 32.87 33.52 99.35 -
YUV 142.72 191.36 73.28 -
System Red Green Blue C M Y K H S L
Decimal 66 160 255 0.74 0.37 0 0 210.16 1 0.63
Hex 42 A0 FF 4A 25 0 0 D2 64 3F
Octal 102 240 377 112 45 0 0 322 144 77
Binary 1000010 10100000 11111111 1001010 100101 0 0 11010010 1100100 111111

Color Harmonies of #42A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A0FF

Black with #42A0FF

Text Example


Text Example

White with #42A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42A0FF;
 }
 .AnyTagClassName
 {
   color: #42A0FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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