Html Css Color HEX #769BFB Cornflower Blue

📋 copy color: '#769BFB'

red 118 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #769BFB

Tints of Cornflower Blue #769BFB

RGB

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

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

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

R = 22.52%
G = 29.58%
B = 47.9%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#769BFB (or 0x769BFB) is known color: Cornflower Blue. HEX triplet: 76, 9B and FB. RGB value is (118,155,251). Sum of RGB (Red+Green+Blue) = 118+155+251=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #769BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BFB is #896404. Grayscale: #9A9A9A. Windows color (decimal): -9004037 or 16489334. OLE color: 16489334.

HSL color Cylindrical-coordinate representation of color #769BFB: hue angle of 223.31º 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 #769BFB is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 155 251 -
CMYK 0.53 0.38 0 0.02
HSL 223.31º 0.94% 0.72% -
HSV(B) 223.31º 0.53% 0.98% -
XYZ 36.61 34.26 95.95 -
YUV 154.88 182.24 101.69 -
System Red Green Blue C M Y K H S L
Decimal 118 155 251 0.53 0.38 0 0.02 223.31 0.94 0.72
Hex 76 9B FB 35 26 0 2 DF 5E 48
Octal 166 233 373 65 46 0 2 337 136 110
Binary 1110110 10011011 11111011 110101 100110 0 10 11011111 1011110 1001000

Color Harmonies of #769BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BFB

Black with #769BFB

Text Example


Text Example

White with #769BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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