Html Css Color HEX #769CE8 Cornflower Blue

📋 copy color: '#769CE8'

red 118 ◦ green 156 ◦ blue 232

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

Shades of Cornflower Blue #769CE8

Tints of Cornflower Blue #769CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.85%

R = 23.32%
G = 30.83%
B = 45.85%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#769CE8 (or 0x769CE8) is known color: Cornflower Blue. HEX triplet: 76, 9C and E8. RGB value is (118,156,232). Sum of RGB (Red+Green+Blue) = 118+156+232=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #769CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CE8 is #896317. Grayscale: #989898. Windows color (decimal): -9003800 or 15244406. OLE color: 15244406.

HSL color Cylindrical-coordinate representation of color #769CE8: hue angle of 220º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #769CE8 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 156 232 -
CMYK 0.49 0.33 0 0.09
HSL 220º 0.71% 0.69% -
HSV(B) 220º 0.49% 0.91% -
XYZ 33.93 33.45 81.01 -
YUV 153.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 118 156 232 0.49 0.33 0 0.09 220 0.71 0.69
Hex 76 9C E8 31 21 0 9 DC 47 45
Octal 166 234 350 61 41 0 11 334 107 105
Binary 1110110 10011100 11101000 110001 100001 0 1001 11011100 1000111 1000101

Color Harmonies of #769CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CE8

Black with #769CE8

Text Example


Text Example

White with #769CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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