Html Css Color HEX #769AF8 Cornflower Blue

📋 copy color: '#769AF8'

red 118 ◦ green 154 ◦ blue 248

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

Shades of Cornflower Blue #769AF8

Tints of Cornflower Blue #769AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 22.69%
G = 29.62%
B = 47.69%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#769AF8 (or 0x769AF8) is known color: Cornflower Blue. HEX triplet: 76, 9A and F8. RGB value is (118,154,248). Sum of RGB (Red+Green+Blue) = 118+154+248=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #769AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AF8 is #896507. Grayscale: #999999. Windows color (decimal): -9004296 or 16292470. OLE color: 16292470.

HSL color Cylindrical-coordinate representation of color #769AF8: hue angle of 223.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769AF8 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 154 248 -
CMYK 0.52 0.38 0 0.03
HSL 223.38º 0.9% 0.72% -
HSV(B) 223.38º 0.52% 0.97% -
XYZ 35.97 33.74 93.42 -
YUV 153.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 118 154 248 0.52 0.38 0 0.03 223.38 0.9 0.72
Hex 76 9A F8 34 26 0 3 DF 5A 48
Octal 166 232 370 64 46 0 3 337 132 110
Binary 1110110 10011010 11111000 110100 100110 0 11 11011111 1011010 1001000

Color Harmonies of #769AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AF8

Black with #769AF8

Text Example


Text Example

White with #769AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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