Html Css Color HEX #7488F4 Cornflower Blue

📋 copy color: '#7488F4'

red 116 ◦ green 136 ◦ blue 244

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

Shades of Cornflower Blue #7488F4

Tints of Cornflower Blue #7488F4

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 244 (95.7% from 255) = 49.19%

R = 23.39%
G = 27.42%
B = 49.19%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7488F4 (or 0x7488F4) is known color: Cornflower Blue. HEX triplet: 74, 88 and F4. RGB value is (116,136,244). Sum of RGB (Red+Green+Blue) = 116+136+244=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #7488F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488F4 is #8B770B. Grayscale: #8D8D8D. Windows color (decimal): -9139980 or 16025716. OLE color: 16025716.

HSL color Cylindrical-coordinate representation of color #7488F4: hue angle of 230.62º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7488F4 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 136 244 -
CMYK 0.52 0.44 0 0.04
HSL 230.63º 0.85% 0.71% -
HSV(B) 230.63º 0.52% 0.96% -
XYZ 32.34 27.85 89.26 -
YUV 142.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 116 136 244 0.52 0.44 0 0.04 230.63 0.85 0.71
Hex 74 88 F4 34 2C 0 4 E7 55 47
Octal 164 210 364 64 54 0 4 347 125 107
Binary 1110100 10001000 11110100 110100 101100 0 100 11100111 1010101 1000111

Color Harmonies of #7488F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7488F4

Black with #7488F4

Text Example


Text Example

White with #7488F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7488F4; }

 p { color: rgb(116,136,244); }

 H1.HeaderClassName
 {
   color: #7488F4;
 }
 .AnyTagClassName
 {
   color: #7488F4;
 }
</style>

background-color css

<style>
 a { background-color: #7488F4; }

 a { background-color: rgb(116,136,244); }

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

border-color css

<style>
 span { border-color: #7488F4; }

 span { border-color: rgb(116,136,244); }

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