Html Css Color HEX #769CF3 Cornflower Blue

📋 copy color: '#769CF3'

red 118 ◦ green 156 ◦ blue 243

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

Shades of Cornflower Blue #769CF3

Tints of Cornflower Blue #769CF3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

 BLUE value IS 243 (95.31% from 255) = 47%

R = 22.82%
G = 30.17%
B = 47%

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

#769CF3 (or 0x769CF3) is known color: Cornflower Blue. HEX triplet: 76, 9C and F3. RGB value is (118,156,243). Sum of RGB (Red+Green+Blue) = 118+156+243=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #769CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CF3 is #89630C. Grayscale: #9A9A9A. Windows color (decimal): -9003789 or 15965302. OLE color: 15965302.

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

Color convert

RGB 118 156 243 -
CMYK 0.51 0.36 0 0.05
HSL 221.76º 0.84% 0.71% -
HSV(B) 221.76º 0.51% 0.95% -
XYZ 35.54 34.1 89.5 -
YUV 154.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 118 156 243 0.51 0.36 0 0.05 221.76 0.84 0.71
Hex 76 9C F3 33 24 0 5 DE 54 47
Octal 166 234 363 63 44 0 5 336 124 107
Binary 1110110 10011100 11110011 110011 100100 0 101 11011110 1010100 1000111

Color Harmonies of #769CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CF3

Black with #769CF3

Text Example


Text Example

White with #769CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,243); }

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

background-color css

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

 a { background-color: rgb(118,156,243); }

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

border-color css

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

 span { border-color: rgb(118,156,243); }

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