Html Css Color HEX #7494DF Cornflower Blue

📋 copy color: '#7494DF'

red 116 ◦ green 148 ◦ blue 223

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

Shades of Cornflower Blue #7494DF

Tints of Cornflower Blue #7494DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 23.82%
G = 30.39%
B = 45.79%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7494DF (or 0x7494DF) is known color: Cornflower Blue. HEX triplet: 74, 94 and DF. RGB value is (116,148,223). Sum of RGB (Red+Green+Blue) = 116+148+223=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #7494DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7494DF is #8B6B20. Grayscale: #929292. Windows color (decimal): -9136929 or 14652532. OLE color: 14652532.

HSL color Cylindrical-coordinate representation of color #7494DF: hue angle of 222.06º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7494DF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 148 223 -
CMYK 0.48 0.34 0 0.13
HSL 222.06º 0.63% 0.66% -
HSV(B) 222.06º 0.48% 0.87% -
XYZ 31.11 30.22 74.01 -
YUV 146.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 116 148 223 0.48 0.34 0 0.13 222.06 0.63 0.66
Hex 74 94 DF 30 22 0 D DE 3F 42
Octal 164 224 337 60 42 0 15 336 77 102
Binary 1110100 10010100 11011111 110000 100010 0 1101 11011110 111111 1000010

Color Harmonies of #7494DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7494DF

Black with #7494DF

Text Example


Text Example

White with #7494DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7494DF; }

 p { color: rgb(116,148,223); }

 H1.HeaderClassName
 {
   color: #7494DF;
 }
 .AnyTagClassName
 {
   color: #7494DF;
 }
</style>

background-color css

<style>
 a { background-color: #7494DF; }

 a { background-color: rgb(116,148,223); }

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

border-color css

<style>
 span { border-color: #7494DF; }

 span { border-color: rgb(116,148,223); }

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