Html Css Color HEX #729CFE Cornflower Blue

📋 copy color: '#729CFE'

red 114 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #729CFE

Tints of Cornflower Blue #729CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 21.76%
G = 29.77%
B = 48.47%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#729CFE (or 0x729CFE) is known color: Cornflower Blue. HEX triplet: 72, 9C and FE. RGB value is (114,156,254). Sum of RGB (Red+Green+Blue) = 114+156+254=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #729CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CFE is #8D6301. Grayscale: #9A9A9A. Windows color (decimal): -9265922 or 16686194. OLE color: 16686194.

HSL color Cylindrical-coordinate representation of color #729CFE: hue angle of 222º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729CFE is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 156 254 -
CMYK 0.55 0.39 0 0.00
HSL 222º 0.99% 0.72% -
HSV(B) 222º 0.55% 1% -
XYZ 36.72 34.51 98.49 -
YUV 154.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 114 156 254 0.55 0.39 0 0.00 222 0.99 0.72
Hex 72 9C FE 37 27 0 0 DE 63 48
Octal 162 234 376 67 47 0 0 336 143 110
Binary 1110010 10011100 11111110 110111 100111 0 0 11011110 1100011 1001000

Color Harmonies of #729CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CFE

Black with #729CFE

Text Example


Text Example

White with #729CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,156,254); }

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

background-color css

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

 a { background-color: rgb(114,156,254); }

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

border-color css

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

 span { border-color: rgb(114,156,254); }

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