Html Css Color HEX #429AFB Dodger Blue

📋 copy color: '#429AFB'

red 66 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #429AFB

Tints of Dodger Blue #429AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

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

R = 14.01%
G = 32.7%
B = 53.29%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#429AFB (or 0x429AFB) is known color: Dodger Blue. HEX triplet: 42, 9A and FB. RGB value is (66,154,251). Sum of RGB (Red+Green+Blue) = 66+154+251=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #429AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AFB is #BD6504. Grayscale: #8A8A8A. Windows color (decimal): -12412165 or 16489026. OLE color: 16489026.

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

Color convert

RGB 66 154 251 -
CMYK 0.74 0.39 0 0.02
HSL 211.46º 0.96% 0.62% -
HSV(B) 211.46º 0.74% 0.98% -
XYZ 31.21 31.23 95.65 -
YUV 138.75 191.35 76.11 -
System Red Green Blue C M Y K H S L
Decimal 66 154 251 0.74 0.39 0 0.02 211.46 0.96 0.62
Hex 42 9A FB 4A 27 0 2 D3 60 3E
Octal 102 232 373 112 47 0 2 323 140 76
Binary 1000010 10011010 11111011 1001010 100111 0 10 11010011 1100000 111110

Color Harmonies of #429AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AFB

Black with #429AFB

Text Example


Text Example

White with #429AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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