Html Css Color HEX #788BEA Cornflower Blue

📋 copy color: '#788BEA'

red 120 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #788BEA

Tints of Cornflower Blue #788BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

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

R = 24.34%
G = 28.19%
B = 47.46%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#788BEA (or 0x788BEA) is known color: Cornflower Blue. HEX triplet: 78, 8B and EA. RGB value is (120,139,234). Sum of RGB (Red+Green+Blue) = 120+139+234=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #788BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BEA is #877415. Grayscale: #8F8F8F. Windows color (decimal): -8877078 or 15371128. OLE color: 15371128.

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

Color convert

RGB 120 139 234 -
CMYK 0.49 0.41 0 0.08
HSL 230º 0.73% 0.69% -
HSV(B) 230º 0.49% 0.92% -
XYZ 31.83 28.4 81.65 -
YUV 144.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 120 139 234 0.49 0.41 0 0.08 230 0.73 0.69
Hex 78 8B EA 31 29 0 8 E6 49 45
Octal 170 213 352 61 51 0 10 346 111 105
Binary 1111000 10001011 11101010 110001 101001 0 1000 11100110 1001001 1000101

Color Harmonies of #788BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BEA

Black with #788BEA

Text Example


Text Example

White with #788BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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