Html Css Color HEX #769CFC Cornflower Blue

📋 copy color: '#769CFC'

red 118 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #769CFC

Tints of Cornflower Blue #769CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 22.43%
G = 29.66%
B = 47.91%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#769CFC (or 0x769CFC) is known color: Cornflower Blue. HEX triplet: 76, 9C and FC. RGB value is (118,156,252). Sum of RGB (Red+Green+Blue) = 118+156+252=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #769CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CFC is #896303. Grayscale: #9B9B9B. Windows color (decimal): -9003780 or 16555126. OLE color: 16555126.

HSL color Cylindrical-coordinate representation of color #769CFC: hue angle of 222.99º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769CFC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 156 252 -
CMYK 0.53 0.38 0 0.01
HSL 222.99º 0.96% 0.73% -
HSV(B) 222.99º 0.53% 0.99% -
XYZ 36.93 34.66 96.84 -
YUV 155.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 118 156 252 0.53 0.38 0 0.01 222.99 0.96 0.73
Hex 76 9C FC 35 26 0 1 DF 60 49
Octal 166 234 374 65 46 0 1 337 140 111
Binary 1110110 10011100 11111100 110101 100110 0 1 11011111 1100000 1001001

Color Harmonies of #769CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CFC

Black with #769CFC

Text Example


Text Example

White with #769CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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