Html Css Color HEX #769CEA Cornflower Blue

📋 copy color: '#769CEA'

red 118 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #769CEA

Tints of Cornflower Blue #769CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 23.23%
G = 30.71%
B = 46.06%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#769CEA (or 0x769CEA) is known color: Cornflower Blue. HEX triplet: 76, 9C and EA. RGB value is (118,156,234). Sum of RGB (Red+Green+Blue) = 118+156+234=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #769CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CEA is #896315. Grayscale: #999999. Windows color (decimal): -9003798 or 15375478. OLE color: 15375478.

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

Color convert

RGB 118 156 234 -
CMYK 0.50 0.33 0 0.08
HSL 220.34º 0.73% 0.69% -
HSV(B) 220.34º 0.5% 0.92% -
XYZ 34.21 33.57 82.52 -
YUV 153.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 118 156 234 0.50 0.33 0 0.08 220.34 0.73 0.69
Hex 76 9C EA 32 21 0 8 DC 49 45
Octal 166 234 352 62 41 0 10 334 111 105
Binary 1110110 10011100 11101010 110010 100001 0 1000 11011100 1001001 1000101

Color Harmonies of #769CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CEA

Black with #769CEA

Text Example


Text Example

White with #769CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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