Html Css Color HEX #78A0FF Cornflower Blue

📋 copy color: '#78A0FF'

red 120 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #78A0FF

Tints of Cornflower Blue #78A0FF

RGB

 RED value IS 120 (47.27% from 255) = 22.43%

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

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

R = 22.43%
G = 29.91%
B = 47.66%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78A0FF (or 0x78A0FF) is known color: Cornflower Blue. HEX triplet: 78, A0 and FF. RGB value is (120,160,255). Sum of RGB (Red+Green+Blue) = 120+160+255=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #78A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A0FF is #875F00. Grayscale: #9E9E9E. Windows color (decimal): -8871681 or 16752760. OLE color: 16752760.

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

Color convert

RGB 120 160 255 -
CMYK 0.53 0.37 0 0
HSL 222.22º 1% 0.74% -
HSV(B) 222.22º 0.53% 1% -
XYZ 38.37 36.35 99.6 -
YUV 158.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 120 160 255 0.53 0.37 0 0 222.22 1 0.74
Hex 78 A0 FF 35 25 0 0 DE 64 4A
Octal 170 240 377 65 45 0 0 336 144 112
Binary 1111000 10100000 11111111 110101 100101 0 0 11011110 1100100 1001010

Color Harmonies of #78A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A0FF

Black with #78A0FF

Text Example


Text Example

White with #78A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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