Html Css Color HEX #7495FF Cornflower Blue

📋 copy color: '#7495FF'

red 116 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #7495FF

Tints of Cornflower Blue #7495FF

RGB

 RED value IS 116 (45.7% from 255) = 22.31%

 GREEN value IS 149 (58.59% from 255) = 28.65%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 22.31%
G = 28.65%
B = 49.04%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7495FF (or 0x7495FF) is known color: Cornflower Blue. HEX triplet: 74, 95 and FF. RGB value is (116,149,255). Sum of RGB (Red+Green+Blue) = 116+149+255=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7495FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7495FF is #8B6A00. Grayscale: #969696. Windows color (decimal): -9136641 or 16749940. OLE color: 16749940.

HSL color Cylindrical-coordinate representation of color #7495FF: hue angle of 225.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7495FF is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 149 255 -
CMYK 0.55 0.42 0 0
HSL 225.76º 1% 0.73% -
HSV(B) 225.76º 0.55% 1% -
XYZ 36 32.43 98.97 -
YUV 151.22 186.57 102.88 -
System Red Green Blue C M Y K H S L
Decimal 116 149 255 0.55 0.42 0 0 225.76 1 0.73
Hex 74 95 FF 37 2A 0 0 E2 64 49
Octal 164 225 377 67 52 0 0 342 144 111
Binary 1110100 10010101 11111111 110111 101010 0 0 11100010 1100100 1001001

Color Harmonies of #7495FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7495FF

Black with #7495FF

Text Example


Text Example

White with #7495FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7495FF; }

 p { color: rgb(116,149,255); }

 H1.HeaderClassName
 {
   color: #7495FF;
 }
 .AnyTagClassName
 {
   color: #7495FF;
 }
</style>

background-color css

<style>
 a { background-color: #7495FF; }

 a { background-color: rgb(116,149,255); }

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

border-color css

<style>
 span { border-color: #7495FF; }

 span { border-color: rgb(116,149,255); }

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