Html Css Color HEX #429BFC Dodger Blue

📋 copy color: '#429BFC'

red 66 ◦ green 155 ◦ blue 252

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

Shades of Dodger Blue #429BFC

Tints of Dodger Blue #429BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

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

R = 13.95%
G = 32.77%
B = 53.28%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#429BFC (or 0x429BFC) is known color: Dodger Blue. HEX triplet: 42, 9B and FC. RGB value is (66,155,252). Sum of RGB (Red+Green+Blue) = 66+155+252=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #429BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BFC is #BD6403. Grayscale: #8A8A8A. Windows color (decimal): -12411908 or 16554818. OLE color: 16554818.

HSL color Cylindrical-coordinate representation of color #429BFC: hue angle of 211.29º 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 #429BFC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 155 252 -
CMYK 0.74 0.38 0 0.01
HSL 211.29º 0.97% 0.62% -
HSV(B) 211.29º 0.74% 0.99% -
XYZ 31.54 31.63 96.54 -
YUV 139.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 66 155 252 0.74 0.38 0 0.01 211.29 0.97 0.62
Hex 42 9B FC 4A 26 0 1 D3 61 3E
Octal 102 233 374 112 46 0 1 323 141 76
Binary 1000010 10011011 11111100 1001010 100110 0 1 11010011 1100001 111110

Color Harmonies of #429BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BFC

Black with #429BFC

Text Example


Text Example

White with #429BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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