Html Css Color HEX #769EFB Cornflower Blue

📋 copy color: '#769EFB'

red 118 ◦ green 158 ◦ blue 251

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

Shades of Cornflower Blue #769EFB

Tints of Cornflower Blue #769EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.98%

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 22.39%
G = 29.98%
B = 47.63%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#769EFB (or 0x769EFB) is known color: Cornflower Blue. HEX triplet: 76, 9E and FB. RGB value is (118,158,251). Sum of RGB (Red+Green+Blue) = 118+158+251=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #769EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EFB is #896104. Grayscale: #9C9C9C. Windows color (decimal): -9003269 or 16490102. OLE color: 16490102.

HSL color Cylindrical-coordinate representation of color #769EFB: hue angle of 221.95º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769EFB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 158 251 -
CMYK 0.53 0.37 0 0.02
HSL 221.95º 0.94% 0.72% -
HSV(B) 221.95º 0.53% 0.98% -
XYZ 37.11 35.27 96.12 -
YUV 156.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 118 158 251 0.53 0.37 0 0.02 221.95 0.94 0.72
Hex 76 9E FB 35 25 0 2 DE 5E 48
Octal 166 236 373 65 45 0 2 336 136 110
Binary 1110110 10011110 11111011 110101 100101 0 10 11011110 1011110 1001000

Color Harmonies of #769EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EFB

Black with #769EFB

Text Example


Text Example

White with #769EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,251); }

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

background-color css

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

 a { background-color: rgb(118,158,251); }

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

border-color css

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

 span { border-color: rgb(118,158,251); }

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