Html Css Color HEX #72A3F1 Cornflower Blue

📋 copy color: '#72A3F1'

red 114 ◦ green 163 ◦ blue 241

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

Shades of Cornflower Blue #72A3F1

Tints of Cornflower Blue #72A3F1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 22.01%
G = 31.47%
B = 46.53%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#72A3F1 (or 0x72A3F1) is known color: Cornflower Blue. HEX triplet: 72, A3 and F1. RGB value is (114,163,241). Sum of RGB (Red+Green+Blue) = 114+163+241=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #72A3F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A3F1 is #8D5C0E. Grayscale: #9C9C9C. Windows color (decimal): -9264143 or 15836018. OLE color: 15836018.

HSL color Cylindrical-coordinate representation of color #72A3F1: hue angle of 216.85º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72A3F1 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 163 241 -
CMYK 0.53 0.32 0 0.05
HSL 216.85º 0.82% 0.7% -
HSV(B) 216.85º 0.53% 0.95% -
XYZ 35.91 36.12 88.3 -
YUV 157.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 114 163 241 0.53 0.32 0 0.05 216.85 0.82 0.7
Hex 72 A3 F1 35 20 0 5 D9 52 46
Octal 162 243 361 65 40 0 5 331 122 106
Binary 1110010 10100011 11110001 110101 100000 0 101 11011001 1010010 1000110

Color Harmonies of #72A3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A3F1

Black with #72A3F1

Text Example


Text Example

White with #72A3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,163,241); }

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

background-color css

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

 a { background-color: rgb(114,163,241); }

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

border-color css

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

 span { border-color: rgb(114,163,241); }

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