Html Css Color HEX #769FEE Cornflower Blue

📋 copy color: '#769FEE'

red 118 ◦ green 159 ◦ blue 238

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

Shades of Cornflower Blue #769FEE

Tints of Cornflower Blue #769FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 22.91%
G = 30.87%
B = 46.21%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#769FEE (or 0x769FEE) is known color: Cornflower Blue. HEX triplet: 76, 9F and EE. RGB value is (118,159,238). Sum of RGB (Red+Green+Blue) = 118+159+238=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #769FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FEE is #896011. Grayscale: #9B9B9B. Windows color (decimal): -9003026 or 15638390. OLE color: 15638390.

HSL color Cylindrical-coordinate representation of color #769FEE: hue angle of 219.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769FEE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 159 238 -
CMYK 0.50 0.33 0 0.07
HSL 219.5º 0.78% 0.7% -
HSV(B) 219.5º 0.5% 0.93% -
XYZ 35.3 34.82 85.75 -
YUV 155.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 118 159 238 0.50 0.33 0 0.07 219.5 0.78 0.7
Hex 76 9F EE 32 21 0 7 DC 4E 46
Octal 166 237 356 62 41 0 7 334 116 106
Binary 1110110 10011111 11101110 110010 100001 0 111 11011100 1001110 1000110

Color Harmonies of #769FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FEE

Black with #769FEE

Text Example


Text Example

White with #769FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,159,238); }

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

background-color css

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

 a { background-color: rgb(118,159,238); }

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

border-color css

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

 span { border-color: rgb(118,159,238); }

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