Html Css Color HEX #769DFE Cornflower Blue

📋 copy color: '#769DFE'

red 118 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #769DFE

Tints of Cornflower Blue #769DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.68%

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 22.31%
G = 29.68%
B = 48.02%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#769DFE (or 0x769DFE) is known color: Cornflower Blue. HEX triplet: 76, 9D and FE. RGB value is (118,157,254). Sum of RGB (Red+Green+Blue) = 118+157+254=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #769DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DFE is #896201. Grayscale: #9B9B9B. Windows color (decimal): -9003522 or 16686454. OLE color: 16686454.

HSL color Cylindrical-coordinate representation of color #769DFE: hue angle of 222.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769DFE is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 157 254 -
CMYK 0.54 0.38 0 0.00
HSL 222.79º 0.99% 0.73% -
HSV(B) 222.79º 0.54% 1% -
XYZ 37.42 35.12 98.57 -
YUV 156.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 118 157 254 0.54 0.38 0 0.00 222.79 0.99 0.73
Hex 76 9D FE 36 26 0 0 DF 63 49
Octal 166 235 376 66 46 0 0 337 143 111
Binary 1110110 10011101 11111110 110110 100110 0 0 11011111 1100011 1001001

Color Harmonies of #769DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DFE

Black with #769DFE

Text Example


Text Example

White with #769DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,157,254); }

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

background-color css

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

 a { background-color: rgb(118,157,254); }

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

border-color css

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

 span { border-color: rgb(118,157,254); }

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