Html Css Color HEX #769BFF Cornflower Blue

📋 copy color: '#769BFF'

red 118 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #769BFF

Tints of Cornflower Blue #769BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 22.35%
G = 29.36%
B = 48.3%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#769BFF (or 0x769BFF) is known color: Cornflower Blue. HEX triplet: 76, 9B and FF. RGB value is (118,155,255). Sum of RGB (Red+Green+Blue) = 118+155+255=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #769BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BFF is #896400. Grayscale: #9A9A9A. Windows color (decimal): -9004033 or 16751478. OLE color: 16751478.

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

Color convert

RGB 118 155 255 -
CMYK 0.54 0.39 0 0
HSL 223.8º 1% 0.73% -
HSV(B) 223.8º 0.54% 1% -
XYZ 37.24 34.51 99.31 -
YUV 155.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 118 155 255 0.54 0.39 0 0 223.8 1 0.73
Hex 76 9B FF 36 27 0 0 E0 64 49
Octal 166 233 377 66 47 0 0 340 144 111
Binary 1110110 10011011 11111111 110110 100111 0 0 11100000 1100100 1001001

Color Harmonies of #769BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BFF

Black with #769BFF

Text Example


Text Example

White with #769BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,255); }

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

background-color css

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

 a { background-color: rgb(118,155,255); }

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

border-color css

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

 span { border-color: rgb(118,155,255); }

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