Html Css Color HEX #788CEA Cornflower Blue

📋 copy color: '#788CEA'

red 120 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #788CEA

Tints of Cornflower Blue #788CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 24.29%
G = 28.34%
B = 47.37%

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

#788CEA (or 0x788CEA) is known color: Cornflower Blue. HEX triplet: 78, 8C and EA. RGB value is (120,140,234). Sum of RGB (Red+Green+Blue) = 120+140+234=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #788CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788CEA is #877315. Grayscale: #909090. Windows color (decimal): -8876822 or 15371384. OLE color: 15371384.

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

Color convert

RGB 120 140 234 -
CMYK 0.49 0.40 0 0.08
HSL 229.47º 0.73% 0.69% -
HSV(B) 229.47º 0.49% 0.92% -
XYZ 31.98 28.69 81.69 -
YUV 144.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 120 140 234 0.49 0.40 0 0.08 229.47 0.73 0.69
Hex 78 8C EA 31 28 0 8 E5 49 45
Octal 170 214 352 61 50 0 10 345 111 105
Binary 1111000 10001100 11101010 110001 101000 0 1000 11100101 1001001 1000101

Color Harmonies of #788CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CEA

Black with #788CEA

Text Example


Text Example

White with #788CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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