Html Css Color HEX #73A0FD Cornflower Blue

📋 copy color: '#73A0FD'

red 115 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #73A0FD

Tints of Cornflower Blue #73A0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 21.78%
G = 30.3%
B = 47.92%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73A0FD (or 0x73A0FD) is known color: Cornflower Blue. HEX triplet: 73, A0 and FD. RGB value is (115,160,253). Sum of RGB (Red+Green+Blue) = 115+160+253=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #73A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A0FD is #8C5F02. Grayscale: #9C9C9C. Windows color (decimal): -9199363 or 16621683. OLE color: 16621683.

HSL color Cylindrical-coordinate representation of color #73A0FD: hue angle of 220.43º degrees, saturation: 0.97, 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 #73A0FD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 160 253 -
CMYK 0.55 0.37 0 0.01
HSL 220.43º 0.97% 0.72% -
HSV(B) 220.43º 0.55% 0.99% -
XYZ 37.37 35.88 97.88 -
YUV 157.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 115 160 253 0.55 0.37 0 0.01 220.43 0.97 0.72
Hex 73 A0 FD 37 25 0 1 DC 61 48
Octal 163 240 375 67 45 0 1 334 141 110
Binary 1110011 10100000 11111101 110111 100101 0 1 11011100 1100001 1001000

Color Harmonies of #73A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A0FD

Black with #73A0FD

Text Example


Text Example

White with #73A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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