Html Css Color HEX #788BFA Cornflower Blue

📋 copy color: '#788BFA'

red 120 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #788BFA

Tints of Cornflower Blue #788BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 23.58%
G = 27.31%
B = 49.12%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#788BFA (or 0x788BFA) is known color: Cornflower Blue. HEX triplet: 78, 8B and FA. RGB value is (120,139,250). Sum of RGB (Red+Green+Blue) = 120+139+250=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #788BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BFA is #877405. Grayscale: #919191. Windows color (decimal): -8877062 or 16419704. OLE color: 16419704.

HSL color Cylindrical-coordinate representation of color #788BFA: hue angle of 231.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788BFA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 139 250 -
CMYK 0.52 0.44 0 0.02
HSL 231.23º 0.93% 0.73% -
HSV(B) 231.23º 0.52% 0.98% -
XYZ 34.23 29.36 94.31 -
YUV 145.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 120 139 250 0.52 0.44 0 0.02 231.23 0.93 0.73
Hex 78 8B FA 34 2C 0 2 E7 5D 49
Octal 170 213 372 64 54 0 2 347 135 111
Binary 1111000 10001011 11111010 110100 101100 0 10 11100111 1011101 1001001

Color Harmonies of #788BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BFA

Black with #788BFA

Text Example


Text Example

White with #788BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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