Html Css Color HEX #73A0FC Cornflower Blue

📋 copy color: '#73A0FC'

red 115 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #73A0FC

Tints of Cornflower Blue #73A0FC

RGB

 RED value IS 115 (45.31% from 255) = 21.82%

 GREEN value IS 160 (62.89% from 255) = 30.36%

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

R = 21.82%
G = 30.36%
B = 47.82%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73A0FC (or 0x73A0FC) is known color: Cornflower Blue. HEX triplet: 73, A0 and FC. RGB value is (115,160,252). Sum of RGB (Red+Green+Blue) = 115+160+252=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #73A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A0FC is #8C5F03. Grayscale: #9C9C9C. Windows color (decimal): -9199364 or 16556147. OLE color: 16556147.

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

Color convert

RGB 115 160 252 -
CMYK 0.54 0.37 0 0.01
HSL 220.29º 0.96% 0.72% -
HSV(B) 220.29º 0.54% 0.99% -
XYZ 37.21 35.81 97.05 -
YUV 157.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 115 160 252 0.54 0.37 0 0.01 220.29 0.96 0.72
Hex 73 A0 FC 36 25 0 1 DC 60 48
Octal 163 240 374 66 45 0 1 334 140 110
Binary 1110011 10100000 11111100 110110 100101 0 1 11011100 1100000 1001000

Color Harmonies of #73A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A0FC

Black with #73A0FC

Text Example


Text Example

White with #73A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A0FC; }

 p { color: rgb(115,160,252); }

 H1.HeaderClassName
 {
   color: #73A0FC;
 }
 .AnyTagClassName
 {
   color: #73A0FC;
 }
</style>

background-color css

<style>
 a { background-color: #73A0FC; }

 a { background-color: rgb(115,160,252); }

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

border-color css

<style>
 span { border-color: #73A0FC; }

 span { border-color: rgb(115,160,252); }

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