Html Css Color HEX #7488FF Cornflower Blue

📋 copy color: '#7488FF'

red 116 ◦ green 136 ◦ blue 255

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

Shades of Cornflower Blue #7488FF

Tints of Cornflower Blue #7488FF

RGB

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

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

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

R = 22.88%
G = 26.82%
B = 50.3%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7488FF (or 0x7488FF) is known color: Cornflower Blue. HEX triplet: 74, 88 and FF. RGB value is (116,136,255). Sum of RGB (Red+Green+Blue) = 116+136+255=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #7488FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488FF is #8B7700. Grayscale: #8F8F8F. Windows color (decimal): -9139969 or 16746612. OLE color: 16746612.

HSL color Cylindrical-coordinate representation of color #7488FF: hue angle of 231.37º 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 #7488FF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 136 255 -
CMYK 0.55 0.47 0 0
HSL 231.37º 1% 0.73% -
HSV(B) 231.37º 0.55% 1% -
XYZ 34.06 28.54 98.32 -
YUV 143.59 190.87 108.32 -
System Red Green Blue C M Y K H S L
Decimal 116 136 255 0.55 0.47 0 0 231.37 1 0.73
Hex 74 88 FF 37 2F 0 0 E7 64 49
Octal 164 210 377 67 57 0 0 347 144 111
Binary 1110100 10001000 11111111 110111 101111 0 0 11100111 1100100 1001001

Color Harmonies of #7488FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7488FF

Black with #7488FF

Text Example


Text Example

White with #7488FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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