Html Css Color HEX #7690E0 Cornflower Blue

📋 copy color: '#7690E0'

red 118 ◦ green 144 ◦ blue 224

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

Shades of Cornflower Blue #7690E0

Tints of Cornflower Blue #7690E0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 224 (87.89% from 255) = 46.09%

R = 24.28%
G = 29.63%
B = 46.09%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7690E0 (or 0x7690E0) is known color: Cornflower Blue. HEX triplet: 76, 90 and E0. RGB value is (118,144,224). Sum of RGB (Red+Green+Blue) = 118+144+224=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #7690E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690E0 is #896F1F. Grayscale: #919191. Windows color (decimal): -9006880 or 14717046. OLE color: 14717046.

HSL color Cylindrical-coordinate representation of color #7690E0: hue angle of 225.28º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7690E0 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 144 224 -
CMYK 0.47 0.36 0 0.12
HSL 225.28º 0.63% 0.67% -
HSV(B) 225.28º 0.47% 0.88% -
XYZ 30.9 29.18 74.52 -
YUV 145.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 118 144 224 0.47 0.36 0 0.12 225.28 0.63 0.67
Hex 76 90 E0 2F 24 0 C E1 3F 43
Octal 166 220 340 57 44 0 14 341 77 103
Binary 1110110 10010000 11100000 101111 100100 0 1100 11100001 111111 1000011

Color Harmonies of #7690E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690E0

Black with #7690E0

Text Example


Text Example

White with #7690E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7690E0; }

 p { color: rgb(118,144,224); }

 H1.HeaderClassName
 {
   color: #7690E0;
 }
 .AnyTagClassName
 {
   color: #7690E0;
 }
</style>

background-color css

<style>
 a { background-color: #7690E0; }

 a { background-color: rgb(118,144,224); }

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

border-color css

<style>
 span { border-color: #7690E0; }

 span { border-color: rgb(118,144,224); }

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