Html Css Color HEX #769CFE Cornflower Blue

📋 copy color: '#769CFE'

red 118 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #769CFE

Tints of Cornflower Blue #769CFE

RGB

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

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

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

R = 22.35%
G = 29.55%
B = 48.11%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#769CFE (or 0x769CFE) is known color: Cornflower Blue. HEX triplet: 76, 9C and FE. RGB value is (118,156,254). Sum of RGB (Red+Green+Blue) = 118+156+254=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #769CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CFE is #896301. Grayscale: #9B9B9B. Windows color (decimal): -9003778 or 16686198. OLE color: 16686198.

HSL color Cylindrical-coordinate representation of color #769CFE: hue angle of 223.24º 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 #769CFE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 156 254 -
CMYK 0.54 0.39 0 0.00
HSL 223.24º 0.99% 0.73% -
HSV(B) 223.24º 0.54% 1% -
XYZ 37.25 34.78 98.52 -
YUV 155.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 118 156 254 0.54 0.39 0 0.00 223.24 0.99 0.73
Hex 76 9C FE 36 27 0 0 DF 63 49
Octal 166 234 376 66 47 0 0 337 143 111
Binary 1110110 10011100 11111110 110110 100111 0 0 11011111 1100011 1001001

Color Harmonies of #769CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CFE

Black with #769CFE

Text Example


Text Example

White with #769CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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