Html Css Color HEX #75A0FF Cornflower Blue

📋 copy color: '#75A0FF'

red 117 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #75A0FF

Tints of Cornflower Blue #75A0FF

RGB

 RED value IS 117 (46.09% from 255) = 21.99%

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 21.99%
G = 30.08%
B = 47.93%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75A0FF (or 0x75A0FF) is known color: Cornflower Blue. HEX triplet: 75, A0 and FF. RGB value is (117,160,255). Sum of RGB (Red+Green+Blue) = 117+160+255=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #75A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0FF is #8A5F00. Grayscale: #9D9D9D. Windows color (decimal): -9068289 or 16752757. OLE color: 16752757.

HSL color Cylindrical-coordinate representation of color #75A0FF: hue angle of 221.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75A0FF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 160 255 -
CMYK 0.54 0.37 0 0
HSL 221.3º 1% 0.73% -
HSV(B) 221.3º 0.54% 1% -
XYZ 37.96 36.14 99.58 -
YUV 157.97 182.75 98.78 -
System Red Green Blue C M Y K H S L
Decimal 117 160 255 0.54 0.37 0 0 221.3 1 0.73
Hex 75 A0 FF 36 25 0 0 DD 64 49
Octal 165 240 377 66 45 0 0 335 144 111
Binary 1110101 10100000 11111111 110110 100101 0 0 11011101 1100100 1001001

Color Harmonies of #75A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A0FF

Black with #75A0FF

Text Example


Text Example

White with #75A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A0FF; }

 p { color: rgb(117,160,255); }

 H1.HeaderClassName
 {
   color: #75A0FF;
 }
 .AnyTagClassName
 {
   color: #75A0FF;
 }
</style>

background-color css

<style>
 a { background-color: #75A0FF; }

 a { background-color: rgb(117,160,255); }

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

border-color css

<style>
 span { border-color: #75A0FF; }

 span { border-color: rgb(117,160,255); }

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