Html Css Color HEX #769EEF Cornflower Blue

📋 copy color: '#769EEF'

red 118 ◦ green 158 ◦ blue 239

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

Shades of Cornflower Blue #769EEF

Tints of Cornflower Blue #769EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.68%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 22.91%
G = 30.68%
B = 46.41%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#769EEF (or 0x769EEF) is known color: Cornflower Blue. HEX triplet: 76, 9E and EF. RGB value is (118,158,239). Sum of RGB (Red+Green+Blue) = 118+158+239=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #769EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EEF is #896110. Grayscale: #9A9A9A. Windows color (decimal): -9003281 or 15703670. OLE color: 15703670.

HSL color Cylindrical-coordinate representation of color #769EEF: hue angle of 220.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769EEF is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 158 239 -
CMYK 0.51 0.34 0 0.06
HSL 220.17º 0.79% 0.7% -
HSV(B) 220.17º 0.51% 0.94% -
XYZ 35.28 34.54 86.47 -
YUV 155.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 118 158 239 0.51 0.34 0 0.06 220.17 0.79 0.7
Hex 76 9E EF 33 22 0 6 DC 4F 46
Octal 166 236 357 63 42 0 6 334 117 106
Binary 1110110 10011110 11101111 110011 100010 0 110 11011100 1001111 1000110

Color Harmonies of #769EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EEF

Black with #769EEF

Text Example


Text Example

White with #769EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,239); }

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

background-color css

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

 a { background-color: rgb(118,158,239); }

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

border-color css

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

 span { border-color: rgb(118,158,239); }

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