Html Css Color HEX #769FFC Cornflower Blue

📋 copy color: '#769FFC'

red 118 ◦ green 159 ◦ blue 252

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

Shades of Cornflower Blue #769FFC

Tints of Cornflower Blue #769FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 22.31%
G = 30.06%
B = 47.64%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#769FFC (or 0x769FFC) is known color: Cornflower Blue. HEX triplet: 76, 9F and FC. RGB value is (118,159,252). Sum of RGB (Red+Green+Blue) = 118+159+252=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #769FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FFC is #896003. Grayscale: #9C9C9C. Windows color (decimal): -9003012 or 16555894. OLE color: 16555894.

HSL color Cylindrical-coordinate representation of color #769FFC: hue angle of 221.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769FFC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 159 252 -
CMYK 0.53 0.37 0 0.01
HSL 221.64º 0.96% 0.73% -
HSV(B) 221.64º 0.53% 0.99% -
XYZ 37.44 35.68 97.01 -
YUV 157.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 118 159 252 0.53 0.37 0 0.01 221.64 0.96 0.73
Hex 76 9F FC 35 25 0 1 DE 60 49
Octal 166 237 374 65 45 0 1 336 140 111
Binary 1110110 10011111 11111100 110101 100101 0 1 11011110 1100000 1001001

Color Harmonies of #769FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FFC

Black with #769FFC

Text Example


Text Example

White with #769FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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