Html Css Color HEX #769AF2 Cornflower Blue

📋 copy color: '#769AF2'

red 118 ◦ green 154 ◦ blue 242

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

Shades of Cornflower Blue #769AF2

Tints of Cornflower Blue #769AF2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

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

R = 22.96%
G = 29.96%
B = 47.08%

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

#769AF2 (or 0x769AF2) is known color: Cornflower Blue. HEX triplet: 76, 9A and F2. RGB value is (118,154,242). Sum of RGB (Red+Green+Blue) = 118+154+242=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #769AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AF2 is #89650D. Grayscale: #989898. Windows color (decimal): -9004302 or 15899254. OLE color: 15899254.

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

Color convert

RGB 118 154 242 -
CMYK 0.51 0.36 0 0.05
HSL 222.58º 0.83% 0.71% -
HSV(B) 222.58º 0.51% 0.95% -
XYZ 35.05 33.37 88.6 -
YUV 153.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 118 154 242 0.51 0.36 0 0.05 222.58 0.83 0.71
Hex 76 9A F2 33 24 0 5 DF 53 47
Octal 166 232 362 63 44 0 5 337 123 107
Binary 1110110 10011010 11110010 110011 100100 0 101 11011111 1010011 1000111

Color Harmonies of #769AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AF2

Black with #769AF2

Text Example


Text Example

White with #769AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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