Html Css Color HEX #788CEB Cornflower Blue

📋 copy color: '#788CEB'

red 120 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #788CEB

Tints of Cornflower Blue #788CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 24.24%
G = 28.28%
B = 47.47%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#788CEB (or 0x788CEB) is known color: Cornflower Blue. HEX triplet: 78, 8C and EB. RGB value is (120,140,235). Sum of RGB (Red+Green+Blue) = 120+140+235=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #788CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788CEB is #877314. Grayscale: #909090. Windows color (decimal): -8876821 or 15436920. OLE color: 15436920.

HSL color Cylindrical-coordinate representation of color #788CEB: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #788CEB is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 140 235 -
CMYK 0.49 0.40 0 0.08
HSL 229.57º 0.74% 0.7% -
HSV(B) 229.57º 0.49% 0.92% -
XYZ 32.12 28.75 82.45 -
YUV 144.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 120 140 235 0.49 0.40 0 0.08 229.57 0.74 0.7
Hex 78 8C EB 31 28 0 8 E6 4A 46
Octal 170 214 353 61 50 0 10 346 112 106
Binary 1111000 10001100 11101011 110001 101000 0 1000 11100110 1001010 1000110

Color Harmonies of #788CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CEB

Black with #788CEB

Text Example


Text Example

White with #788CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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