Html Css Color HEX #769BF1 Cornflower Blue

📋 copy color: '#769BF1'

red 118 ◦ green 155 ◦ blue 241

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

Shades of Cornflower Blue #769BF1

Tints of Cornflower Blue #769BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 22.96%
G = 30.16%
B = 46.89%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#769BF1 (or 0x769BF1) is known color: Cornflower Blue. HEX triplet: 76, 9B and F1. RGB value is (118,155,241). Sum of RGB (Red+Green+Blue) = 118+155+241=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #769BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769BF1 is #89640E. Grayscale: #999999. Windows color (decimal): -9004047 or 15833974. OLE color: 15833974.

HSL color Cylindrical-coordinate representation of color #769BF1: hue angle of 221.95º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769BF1 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 155 241 -
CMYK 0.51 0.36 0 0.05
HSL 221.95º 0.81% 0.7% -
HSV(B) 221.95º 0.51% 0.95% -
XYZ 35.07 33.65 87.86 -
YUV 153.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 118 155 241 0.51 0.36 0 0.05 221.95 0.81 0.7
Hex 76 9B F1 33 24 0 5 DE 51 46
Octal 166 233 361 63 44 0 5 336 121 106
Binary 1110110 10011011 11110001 110011 100100 0 101 11011110 1010001 1000110

Color Harmonies of #769BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BF1

Black with #769BF1

Text Example


Text Example

White with #769BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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