Html Css Color HEX #769AF5 Cornflower Blue

📋 copy color: '#769AF5'

red 118 ◦ green 154 ◦ blue 245

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

Shades of Cornflower Blue #769AF5

Tints of Cornflower Blue #769AF5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

 BLUE value IS 245 (96.09% from 255) = 47.39%

R = 22.82%
G = 29.79%
B = 47.39%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#769AF5 (or 0x769AF5) is known color: Cornflower Blue. HEX triplet: 76, 9A and F5. RGB value is (118,154,245). Sum of RGB (Red+Green+Blue) = 118+154+245=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #769AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AF5 is #89650A. Grayscale: #999999. Windows color (decimal): -9004299 or 16095862. OLE color: 16095862.

HSL color Cylindrical-coordinate representation of color #769AF5: hue angle of 222.99º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769AF5 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 154 245 -
CMYK 0.52 0.37 0 0.04
HSL 222.99º 0.86% 0.71% -
HSV(B) 222.99º 0.52% 0.96% -
XYZ 35.51 33.56 90.99 -
YUV 153.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 118 154 245 0.52 0.37 0 0.04 222.99 0.86 0.71
Hex 76 9A F5 34 25 0 4 DF 56 47
Octal 166 232 365 64 45 0 4 337 126 107
Binary 1110110 10011010 11110101 110100 100101 0 100 11011111 1010110 1000111

Color Harmonies of #769AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AF5

Black with #769AF5

Text Example


Text Example

White with #769AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,245); }

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

background-color css

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

 a { background-color: rgb(118,154,245); }

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

border-color css

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

 span { border-color: rgb(118,154,245); }

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