Html Css Color HEX #429DF8 Cornflower Blue

📋 copy color: '#429DF8'

red 66 ◦ green 157 ◦ blue 248

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

Shades of Cornflower Blue #429DF8

Tints of Cornflower Blue #429DF8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 14.01%
G = 33.33%
B = 52.65%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#429DF8 (or 0x429DF8) is known color: Cornflower Blue. HEX triplet: 42, 9D and F8. RGB value is (66,157,248). Sum of RGB (Red+Green+Blue) = 66+157+248=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #429DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DF8 is #BD6207. Grayscale: #8B8B8B. Windows color (decimal): -12411400 or 16293186. OLE color: 16293186.

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

Color convert

RGB 66 157 248 -
CMYK 0.73 0.37 0 0.03
HSL 210º 0.93% 0.62% -
HSV(B) 210º 0.73% 0.97% -
XYZ 31.25 32.05 93.35 -
YUV 140.17 188.85 75.1 -
System Red Green Blue C M Y K H S L
Decimal 66 157 248 0.73 0.37 0 0.03 210 0.93 0.62
Hex 42 9D F8 49 25 0 3 D2 5D 3E
Octal 102 235 370 111 45 0 3 322 135 76
Binary 1000010 10011101 11111000 1001001 100101 0 11 11010010 1011101 111110

Color Harmonies of #429DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DF8

Black with #429DF8

Text Example


Text Example

White with #429DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,248); }

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

background-color css

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

 a { background-color: rgb(66,157,248); }

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

border-color css

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

 span { border-color: rgb(66,157,248); }

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