Html Css Color HEX #788AFE Cornflower Blue

📋 copy color: '#788AFE'

red 120 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #788AFE

Tints of Cornflower Blue #788AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 23.44%
G = 26.95%
B = 49.61%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#788AFE (or 0x788AFE) is known color: Cornflower Blue. HEX triplet: 78, 8A and FE. RGB value is (120,138,254). Sum of RGB (Red+Green+Blue) = 120+138+254=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #788AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AFE is #877501. Grayscale: #919191. Windows color (decimal): -8877314 or 16681592. OLE color: 16681592.

HSL color Cylindrical-coordinate representation of color #788AFE: hue angle of 231.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788AFE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 138 254 -
CMYK 0.53 0.46 0 0.00
HSL 231.94º 0.99% 0.73% -
HSV(B) 231.94º 0.53% 1% -
XYZ 34.72 29.33 97.6 -
YUV 145.84 189.04 109.57 -
System Red Green Blue C M Y K H S L
Decimal 120 138 254 0.53 0.46 0 0.00 231.94 0.99 0.73
Hex 78 8A FE 35 2E 0 0 E8 63 49
Octal 170 212 376 65 56 0 0 350 143 111
Binary 1111000 10001010 11111110 110101 101110 0 0 11101000 1100011 1001001

Color Harmonies of #788AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AFE

Black with #788AFE

Text Example


Text Example

White with #788AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,138,254); }

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

background-color css

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

 a { background-color: rgb(120,138,254); }

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

border-color css

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

 span { border-color: rgb(120,138,254); }

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