Html Css Color HEX #7394F0 Cornflower Blue

📋 copy color: '#7394F0'

red 115 ◦ green 148 ◦ blue 240

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

Shades of Cornflower Blue #7394F0

Tints of Cornflower Blue #7394F0

RGB

 RED value IS 115 (45.31% from 255) = 22.86%

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 22.86%
G = 29.42%
B = 47.71%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7394F0 (or 0x7394F0) is known color: Cornflower Blue. HEX triplet: 73, 94 and F0. RGB value is (115,148,240). Sum of RGB (Red+Green+Blue) = 115+148+240=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #7394F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7394F0 is #8C6B0F. Grayscale: #949494. Windows color (decimal): -9202448 or 15766643. OLE color: 15766643.

HSL color Cylindrical-coordinate representation of color #7394F0: hue angle of 224.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7394F0 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 148 240 -
CMYK 0.52 0.38 0 0.06
HSL 224.16º 0.81% 0.7% -
HSV(B) 224.16º 0.52% 0.94% -
XYZ 33.39 31.12 86.68 -
YUV 148.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 115 148 240 0.52 0.38 0 0.06 224.16 0.81 0.7
Hex 73 94 F0 34 26 0 6 E0 51 46
Octal 163 224 360 64 46 0 6 340 121 106
Binary 1110011 10010100 11110000 110100 100110 0 110 11100000 1010001 1000110

Color Harmonies of #7394F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7394F0

Black with #7394F0

Text Example


Text Example

White with #7394F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7394F0; }

 p { color: rgb(115,148,240); }

 H1.HeaderClassName
 {
   color: #7394F0;
 }
 .AnyTagClassName
 {
   color: #7394F0;
 }
</style>

background-color css

<style>
 a { background-color: #7394F0; }

 a { background-color: rgb(115,148,240); }

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

border-color css

<style>
 span { border-color: #7394F0; }

 span { border-color: rgb(115,148,240); }

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