Html Css Color HEX #72A8FC Cornflower Blue

📋 copy color: '#72A8FC'

red 114 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #72A8FC

Tints of Cornflower Blue #72A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 21.35%
G = 31.46%
B = 47.19%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#72A8FC (or 0x72A8FC) is known color: Cornflower Blue. HEX triplet: 72, A8 and FC. RGB value is (114,168,252). Sum of RGB (Red+Green+Blue) = 114+168+252=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #72A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A8FC is #8D5703. Grayscale: #A1A1A1. Windows color (decimal): -9262852 or 16558194. OLE color: 16558194.

HSL color Cylindrical-coordinate representation of color #72A8FC: hue angle of 216.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72A8FC is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 168 252 -
CMYK 0.55 0.33 0 0.01
HSL 216.52º 0.96% 0.72% -
HSV(B) 216.52º 0.55% 0.99% -
XYZ 38.51 38.61 97.52 -
YUV 161.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 114 168 252 0.55 0.33 0 0.01 216.52 0.96 0.72
Hex 72 A8 FC 37 21 0 1 D9 60 48
Octal 162 250 374 67 41 0 1 331 140 110
Binary 1110010 10101000 11111100 110111 100001 0 1 11011001 1100000 1001000

Color Harmonies of #72A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8FC

Black with #72A8FC

Text Example


Text Example

White with #72A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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