Html Css Color HEX #769BEB Cornflower Blue

📋 copy color: '#769BEB'

red 118 ◦ green 155 ◦ blue 235

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

Shades of Cornflower Blue #769BEB

Tints of Cornflower Blue #769BEB

RGB

 RED value IS 118 (46.48% from 255) = 23.23%

 GREEN value IS 155 (60.94% from 255) = 30.51%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 23.23%
G = 30.51%
B = 46.26%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#769BEB (or 0x769BEB) is known color: Cornflower Blue. HEX triplet: 76, 9B and EB. RGB value is (118,155,235). Sum of RGB (Red+Green+Blue) = 118+155+235=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #769BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BEB is #896414. Grayscale: #989898. Windows color (decimal): -9004053 or 15440758. OLE color: 15440758.

HSL color Cylindrical-coordinate representation of color #769BEB: hue angle of 221.03º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769BEB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 155 235 -
CMYK 0.50 0.34 0 0.08
HSL 221.03º 0.75% 0.69% -
HSV(B) 221.03º 0.5% 0.92% -
XYZ 34.19 33.29 83.22 -
YUV 153.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 118 155 235 0.50 0.34 0 0.08 221.03 0.75 0.69
Hex 76 9B EB 32 22 0 8 DD 4B 45
Octal 166 233 353 62 42 0 10 335 113 105
Binary 1110110 10011011 11101011 110010 100010 0 1000 11011101 1001011 1000101

Color Harmonies of #769BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BEB

Black with #769BEB

Text Example


Text Example

White with #769BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769BEB; }

 p { color: rgb(118,155,235); }

 H1.HeaderClassName
 {
   color: #769BEB;
 }
 .AnyTagClassName
 {
   color: #769BEB;
 }
</style>

background-color css

<style>
 a { background-color: #769BEB; }

 a { background-color: rgb(118,155,235); }

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

border-color css

<style>
 span { border-color: #769BEB; }

 span { border-color: rgb(118,155,235); }

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