Html Css Color HEX #429EFC Dodger Blue

📋 copy color: '#429EFC'

red 66 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #429EFC

Tints of Dodger Blue #429EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 13.87%
G = 33.19%
B = 52.94%

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

#429EFC (or 0x429EFC) is known color: Dodger Blue. HEX triplet: 42, 9E and FC. RGB value is (66,158,252). Sum of RGB (Red+Green+Blue) = 66+158+252=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #429EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EFC is #BD6103. Grayscale: #8C8C8C. Windows color (decimal): -12411140 or 16555586. OLE color: 16555586.

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

Color convert

RGB 66 158 252 -
CMYK 0.74 0.37 0 0.01
HSL 210.32º 0.97% 0.62% -
HSV(B) 210.32º 0.74% 0.99% -
XYZ 32.04 32.64 96.71 -
YUV 141.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 66 158 252 0.74 0.37 0 0.01 210.32 0.97 0.62
Hex 42 9E FC 4A 25 0 1 D2 61 3E
Octal 102 236 374 112 45 0 1 322 141 76
Binary 1000010 10011110 11111100 1001010 100101 0 1 11010010 1100001 111110

Color Harmonies of #429EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EFC

Black with #429EFC

Text Example


Text Example

White with #429EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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