Html Css Color HEX #429FFD Dodger Blue

📋 copy color: '#429FFD'

red 66 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #429FFD

Tints of Dodger Blue #429FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 13.81%
G = 33.26%
B = 52.93%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#429FFD (or 0x429FFD) is known color: Dodger Blue. HEX triplet: 42, 9F and FD. RGB value is (66,159,253). Sum of RGB (Red+Green+Blue) = 66+159+253=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #429FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429FFD is #BD6002. Grayscale: #8D8D8D. Windows color (decimal): -12410883 or 16621378. OLE color: 16621378.

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

Color convert

RGB 66 159 253 -
CMYK 0.74 0.37 0 0.01
HSL 210.16º 0.98% 0.63% -
HSV(B) 210.16º 0.74% 0.99% -
XYZ 32.37 33.05 97.6 -
YUV 141.91 190.69 73.86 -
System Red Green Blue C M Y K H S L
Decimal 66 159 253 0.74 0.37 0 0.01 210.16 0.98 0.63
Hex 42 9F FD 4A 25 0 1 D2 62 3F
Octal 102 237 375 112 45 0 1 322 142 77
Binary 1000010 10011111 11111101 1001010 100101 0 1 11010010 1100010 111111

Color Harmonies of #429FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FFD

Black with #429FFD

Text Example


Text Example

White with #429FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429FFD; }

 p { color: rgb(66,159,253); }

 H1.HeaderClassName
 {
   color: #429FFD;
 }
 .AnyTagClassName
 {
   color: #429FFD;
 }
</style>

background-color css

<style>
 a { background-color: #429FFD; }

 a { background-color: rgb(66,159,253); }

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

border-color css

<style>
 span { border-color: #429FFD; }

 span { border-color: rgb(66,159,253); }

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