Html Css Color HEX #788EFC Cornflower Blue

📋 copy color: '#788EFC'

red 120 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #788EFC

Tints of Cornflower Blue #788EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.63%

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

R = 23.35%
G = 27.63%
B = 49.03%

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

#788EFC (or 0x788EFC) is known color: Cornflower Blue. HEX triplet: 78, 8E and FC. RGB value is (120,142,252). Sum of RGB (Red+Green+Blue) = 120+142+252=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #788EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EFC is #877103. Grayscale: #939393. Windows color (decimal): -8876292 or 16551544. OLE color: 16551544.

HSL color Cylindrical-coordinate representation of color #788EFC: hue angle of 230º 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 #788EFC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 142 252 -
CMYK 0.52 0.44 0 0.01
HSL 230º 0.96% 0.73% -
HSV(B) 230º 0.52% 0.99% -
XYZ 34.99 30.37 96.11 -
YUV 147.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 120 142 252 0.52 0.44 0 0.01 230 0.96 0.73
Hex 78 8E FC 34 2C 0 1 E6 60 49
Octal 170 216 374 64 54 0 1 346 140 111
Binary 1111000 10001110 11111100 110100 101100 0 1 11100110 1100000 1001001

Color Harmonies of #788EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788EFC

Black with #788EFC

Text Example


Text Example

White with #788EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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