Html Css Color HEX #7785F0 Cornflower Blue

📋 copy color: '#7785F0'

red 119 ◦ green 133 ◦ blue 240

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

Shades of Cornflower Blue #7785F0

Tints of Cornflower Blue #7785F0

RGB

 RED value IS 119 (46.88% from 255) = 24.19%

 GREEN value IS 133 (52.34% from 255) = 27.03%

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 24.19%
G = 27.03%
B = 48.78%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7785F0 (or 0x7785F0) is known color: Cornflower Blue. HEX triplet: 77, 85 and F0. RGB value is (119,133,240). Sum of RGB (Red+Green+Blue) = 119+133+240=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #7785F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7785F0 is #887A0F. Grayscale: #8C8C8C. Windows color (decimal): -8944144 or 15762807. OLE color: 15762807.

HSL color Cylindrical-coordinate representation of color #7785F0: hue angle of 233.06º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7785F0 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 133 240 -
CMYK 0.50 0.45 0 0.06
HSL 233.06º 0.8% 0.7% -
HSV(B) 233.06º 0.5% 0.94% -
XYZ 31.72 26.99 85.98 -
YUV 141.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 119 133 240 0.50 0.45 0 0.06 233.06 0.8 0.7
Hex 77 85 F0 32 2D 0 6 E9 50 46
Octal 167 205 360 62 55 0 6 351 120 106
Binary 1110111 10000101 11110000 110010 101101 0 110 11101001 1010000 1000110

Color Harmonies of #7785F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785F0

Black with #7785F0

Text Example


Text Example

White with #7785F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7785F0; }

 p { color: rgb(119,133,240); }

 H1.HeaderClassName
 {
   color: #7785F0;
 }
 .AnyTagClassName
 {
   color: #7785F0;
 }
</style>

background-color css

<style>
 a { background-color: #7785F0; }

 a { background-color: rgb(119,133,240); }

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

border-color css

<style>
 span { border-color: #7785F0; }

 span { border-color: rgb(119,133,240); }

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