Html Css Color HEX #769CF2 Cornflower Blue

📋 copy color: '#769CF2'

red 118 ◦ green 156 ◦ blue 242

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

Shades of Cornflower Blue #769CF2

Tints of Cornflower Blue #769CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 22.87%
G = 30.23%
B = 46.9%

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

#769CF2 (or 0x769CF2) is known color: Cornflower Blue. HEX triplet: 76, 9C and F2. RGB value is (118,156,242). Sum of RGB (Red+Green+Blue) = 118+156+242=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #769CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CF2 is #89630D. Grayscale: #9A9A9A. Windows color (decimal): -9003790 or 15899766. OLE color: 15899766.

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

Color convert

RGB 118 156 242 -
CMYK 0.51 0.36 0 0.05
HSL 221.61º 0.83% 0.71% -
HSV(B) 221.61º 0.51% 0.95% -
XYZ 35.39 34.04 88.71 -
YUV 154.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 118 156 242 0.51 0.36 0 0.05 221.61 0.83 0.71
Hex 76 9C F2 33 24 0 5 DE 53 47
Octal 166 234 362 63 44 0 5 336 123 107
Binary 1110110 10011100 11110010 110011 100100 0 101 11011110 1010011 1000111

Color Harmonies of #769CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CF2

Black with #769CF2

Text Example


Text Example

White with #769CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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