Html Css Color HEX #42A0FE Dodger Blue

📋 copy color: '#42A0FE'

red 66 ◦ green 160 ◦ blue 254

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

Shades of Dodger Blue #42A0FE

Tints of Dodger Blue #42A0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 13.75%
G = 33.33%
B = 52.92%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42A0FE (or 0x42A0FE) is known color: Dodger Blue. HEX triplet: 42, A0 and FE. RGB value is (66,160,254). Sum of RGB (Red+Green+Blue) = 66+160+254=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #42A0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A0FE is #BD5F01. Grayscale: #8E8E8E. Windows color (decimal): -12410626 or 16687170. OLE color: 16687170.

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

Color convert

RGB 66 160 254 -
CMYK 0.74 0.37 0 0.00
HSL 210º 0.99% 0.63% -
HSV(B) 210º 0.74% 1% -
XYZ 32.71 33.46 98.5 -
YUV 142.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 66 160 254 0.74 0.37 0 0.00 210 0.99 0.63
Hex 42 A0 FE 4A 25 0 0 D2 63 3F
Octal 102 240 376 112 45 0 0 322 143 77
Binary 1000010 10100000 11111110 1001010 100101 0 0 11010010 1100011 111111

Color Harmonies of #42A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A0FE

Black with #42A0FE

Text Example


Text Example

White with #42A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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