Html Css Color HEX #72A8FE Cornflower Blue

📋 copy color: '#72A8FE'

red 114 ◦ green 168 ◦ blue 254

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

Shades of Cornflower Blue #72A8FE

Tints of Cornflower Blue #72A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.34%

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

R = 21.27%
G = 31.34%
B = 47.39%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72A8FE (or 0x72A8FE) is known color: Cornflower Blue. HEX triplet: 72, A8 and FE. RGB value is (114,168,254). Sum of RGB (Red+Green+Blue) = 114+168+254=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #72A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A8FE is #8D5701. Grayscale: #A1A1A1. Windows color (decimal): -9262850 or 16689266. OLE color: 16689266.

HSL color Cylindrical-coordinate representation of color #72A8FE: hue angle of 216.86º 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 #72A8FE is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 168 254 -
CMYK 0.55 0.34 0 0.00
HSL 216.86º 0.99% 0.72% -
HSV(B) 216.86º 0.55% 1% -
XYZ 38.83 38.74 99.2 -
YUV 161.66 180.11 94.01 -
System Red Green Blue C M Y K H S L
Decimal 114 168 254 0.55 0.34 0 0.00 216.86 0.99 0.72
Hex 72 A8 FE 37 22 0 0 D9 63 48
Octal 162 250 376 67 42 0 0 331 143 110
Binary 1110010 10101000 11111110 110111 100010 0 0 11011001 1100011 1001000

Color Harmonies of #72A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8FE

Black with #72A8FE

Text Example


Text Example

White with #72A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A8FE; }

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

 H1.HeaderClassName
 {
   color: #72A8FE;
 }
 .AnyTagClassName
 {
   color: #72A8FE;
 }
</style>

background-color css

<style>
 a { background-color: #72A8FE; }

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

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

border-color css

<style>
 span { border-color: #72A8FE; }

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

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