Html Css Color HEX #429EFB Dodger Blue

📋 copy color: '#429EFB'

red 66 ◦ green 158 ◦ blue 251

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

Shades of Dodger Blue #429EFB

Tints of Dodger Blue #429EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.26%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 13.89%
G = 33.26%
B = 52.84%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#429EFB (or 0x429EFB) is known color: Dodger Blue. HEX triplet: 42, 9E and FB. RGB value is (66,158,251). Sum of RGB (Red+Green+Blue) = 66+158+251=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #429EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EFB is #BD6104. Grayscale: #8C8C8C. Windows color (decimal): -12411141 or 16490050. OLE color: 16490050.

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

Color convert

RGB 66 158 251 -
CMYK 0.74 0.37 0 0.02
HSL 210.16º 0.96% 0.62% -
HSV(B) 210.16º 0.74% 0.98% -
XYZ 31.89 32.58 95.87 -
YUV 141.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 66 158 251 0.74 0.37 0 0.02 210.16 0.96 0.62
Hex 42 9E FB 4A 25 0 2 D2 60 3E
Octal 102 236 373 112 45 0 2 322 140 76
Binary 1000010 10011110 11111011 1001010 100101 0 10 11010010 1100000 111110

Color Harmonies of #429EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EFB

Black with #429EFB

Text Example


Text Example

White with #429EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,251); }

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

background-color css

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

 a { background-color: rgb(66,158,251); }

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

border-color css

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

 span { border-color: rgb(66,158,251); }

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