Html Css Color HEX #73A2FC Cornflower Blue

📋 copy color: '#73A2FC'

red 115 ◦ green 162 ◦ blue 252

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

Shades of Cornflower Blue #73A2FC

Tints of Cornflower Blue #73A2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 21.74%
G = 30.62%
B = 47.64%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73A2FC (or 0x73A2FC) is known color: Cornflower Blue. HEX triplet: 73, A2 and FC. RGB value is (115,162,252). Sum of RGB (Red+Green+Blue) = 115+162+252=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #73A2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A2FC is #8C5D03. Grayscale: #9D9D9D. Windows color (decimal): -9198852 or 16556659. OLE color: 16556659.

HSL color Cylindrical-coordinate representation of color #73A2FC: hue angle of 219.42º 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 #73A2FC is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 162 252 -
CMYK 0.54 0.36 0 0.01
HSL 219.42º 0.96% 0.72% -
HSV(B) 219.42º 0.54% 0.99% -
XYZ 37.56 36.51 97.16 -
YUV 158.21 180.93 97.18 -
System Red Green Blue C M Y K H S L
Decimal 115 162 252 0.54 0.36 0 0.01 219.42 0.96 0.72
Hex 73 A2 FC 36 24 0 1 DB 60 48
Octal 163 242 374 66 44 0 1 333 140 110
Binary 1110011 10100010 11111100 110110 100100 0 1 11011011 1100000 1001000

Color Harmonies of #73A2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A2FC

Black with #73A2FC

Text Example


Text Example

White with #73A2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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