Html Css Color HEX #769DF3 Cornflower Blue

📋 copy color: '#769DF3'

red 118 ◦ green 157 ◦ blue 243

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

Shades of Cornflower Blue #769DF3

Tints of Cornflower Blue #769DF3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

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

R = 22.78%
G = 30.31%
B = 46.91%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#769DF3 (or 0x769DF3) is known color: Cornflower Blue. HEX triplet: 76, 9D and F3. RGB value is (118,157,243). Sum of RGB (Red+Green+Blue) = 118+157+243=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #769DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DF3 is #89620C. Grayscale: #9A9A9A. Windows color (decimal): -9003533 or 15965558. OLE color: 15965558.

HSL color Cylindrical-coordinate representation of color #769DF3: hue angle of 221.28º 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 #769DF3 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 157 243 -
CMYK 0.51 0.35 0 0.05
HSL 221.28º 0.84% 0.71% -
HSV(B) 221.28º 0.51% 0.95% -
XYZ 35.71 34.44 89.56 -
YUV 155.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 118 157 243 0.51 0.35 0 0.05 221.28 0.84 0.71
Hex 76 9D F3 33 23 0 5 DD 54 47
Octal 166 235 363 63 43 0 5 335 124 107
Binary 1110110 10011101 11110011 110011 100011 0 101 11011101 1010100 1000111

Color Harmonies of #769DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DF3

Black with #769DF3

Text Example


Text Example

White with #769DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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