Html Css Color HEX #788CFC Cornflower Blue

📋 copy color: '#788CFC'

red 120 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #788CFC

Tints of Cornflower Blue #788CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 23.44%
G = 27.34%
B = 49.22%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#788CFC (or 0x788CFC) is known color: Cornflower Blue. HEX triplet: 78, 8C and FC. RGB value is (120,140,252). Sum of RGB (Red+Green+Blue) = 120+140+252=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #788CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788CFC is #877303. Grayscale: #929292. Windows color (decimal): -8876804 or 16551032. OLE color: 16551032.

HSL color Cylindrical-coordinate representation of color #788CFC: hue angle of 230.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788CFC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 140 252 -
CMYK 0.52 0.44 0 0.01
HSL 230.91º 0.96% 0.73% -
HSV(B) 230.91º 0.52% 0.99% -
XYZ 34.69 29.78 96.01 -
YUV 146.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 120 140 252 0.52 0.44 0 0.01 230.91 0.96 0.73
Hex 78 8C FC 34 2C 0 1 E7 60 49
Octal 170 214 374 64 54 0 1 347 140 111
Binary 1111000 10001100 11111100 110100 101100 0 1 11100111 1100000 1001001

Color Harmonies of #788CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CFC

Black with #788CFC

Text Example


Text Example

White with #788CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788CFC; }

 p { color: rgb(120,140,252); }

 H1.HeaderClassName
 {
   color: #788CFC;
 }
 .AnyTagClassName
 {
   color: #788CFC;
 }
</style>

background-color css

<style>
 a { background-color: #788CFC; }

 a { background-color: rgb(120,140,252); }

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

border-color css

<style>
 span { border-color: #788CFC; }

 span { border-color: rgb(120,140,252); }

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