Html Css Color HEX #769CEB Cornflower Blue

📋 copy color: '#769CEB'

red 118 ◦ green 156 ◦ blue 235

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

Shades of Cornflower Blue #769CEB

Tints of Cornflower Blue #769CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

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

R = 23.18%
G = 30.65%
B = 46.17%

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

#769CEB (or 0x769CEB) is known color: Cornflower Blue. HEX triplet: 76, 9C and EB. RGB value is (118,156,235). Sum of RGB (Red+Green+Blue) = 118+156+235=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #769CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CEB is #896314. Grayscale: #999999. Windows color (decimal): -9003797 or 15441014. OLE color: 15441014.

HSL color Cylindrical-coordinate representation of color #769CEB: hue angle of 220.51º 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 #769CEB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 156 235 -
CMYK 0.50 0.34 0 0.08
HSL 220.51º 0.75% 0.69% -
HSV(B) 220.51º 0.5% 0.92% -
XYZ 34.36 33.63 83.28 -
YUV 153.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 118 156 235 0.50 0.34 0 0.08 220.51 0.75 0.69
Hex 76 9C EB 32 22 0 8 DD 4B 45
Octal 166 234 353 62 42 0 10 335 113 105
Binary 1110110 10011100 11101011 110010 100010 0 1000 11011101 1001011 1000101

Color Harmonies of #769CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CEB

Black with #769CEB

Text Example


Text Example

White with #769CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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