Html Css Color HEX #729EF8 Cornflower Blue

📋 copy color: '#729EF8'

red 114 ◦ green 158 ◦ blue 248

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

Shades of Cornflower Blue #729EF8

Tints of Cornflower Blue #729EF8

RGB

 RED value IS 114 (44.92% from 255) = 21.92%

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

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

R = 21.92%
G = 30.38%
B = 47.69%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#729EF8 (or 0x729EF8) is known color: Cornflower Blue. HEX triplet: 72, 9E and F8. RGB value is (114,158,248). Sum of RGB (Red+Green+Blue) = 114+158+248=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #729EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EF8 is #8D6107. Grayscale: #9A9A9A. Windows color (decimal): -9265416 or 16293490. OLE color: 16293490.

HSL color Cylindrical-coordinate representation of color #729EF8: hue angle of 220.3º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729EF8 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 158 248 -
CMYK 0.54 0.36 0 0.03
HSL 220.3º 0.91% 0.71% -
HSV(B) 220.3º 0.54% 0.97% -
XYZ 36.11 34.81 93.62 -
YUV 155.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 114 158 248 0.54 0.36 0 0.03 220.3 0.91 0.71
Hex 72 9E F8 36 24 0 3 DC 5B 47
Octal 162 236 370 66 44 0 3 334 133 107
Binary 1110010 10011110 11111000 110110 100100 0 11 11011100 1011011 1000111

Color Harmonies of #729EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EF8

Black with #729EF8

Text Example


Text Example

White with #729EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729EF8; }

 p { color: rgb(114,158,248); }

 H1.HeaderClassName
 {
   color: #729EF8;
 }
 .AnyTagClassName
 {
   color: #729EF8;
 }
</style>

background-color css

<style>
 a { background-color: #729EF8; }

 a { background-color: rgb(114,158,248); }

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

border-color css

<style>
 span { border-color: #729EF8; }

 span { border-color: rgb(114,158,248); }

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