Html Css Color HEX #7484E6 Cornflower Blue

📋 copy color: '#7484E6'

red 116 ◦ green 132 ◦ blue 230

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

Shades of Cornflower Blue #7484E6

Tints of Cornflower Blue #7484E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.62%

 BLUE value IS 230 (90.23% from 255) = 48.12%

R = 24.27%
G = 27.62%
B = 48.12%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7484E6 (or 0x7484E6) is known color: Cornflower Blue. HEX triplet: 74, 84 and E6. RGB value is (116,132,230). Sum of RGB (Red+Green+Blue) = 116+132+230=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #7484E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7484E6 is #8B7B19. Grayscale: #898989. Windows color (decimal): -9141018 or 15107188. OLE color: 15107188.

HSL color Cylindrical-coordinate representation of color #7484E6: hue angle of 231.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7484E6 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 132 230 -
CMYK 0.50 0.43 0 0.10
HSL 231.58º 0.7% 0.68% -
HSV(B) 231.58º 0.5% 0.9% -
XYZ 29.74 25.93 78.3 -
YUV 138.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 116 132 230 0.50 0.43 0 0.10 231.58 0.7 0.68
Hex 74 84 E6 32 2B 0 A E8 46 44
Octal 164 204 346 62 53 0 12 350 106 104
Binary 1110100 10000100 11100110 110010 101011 0 1010 11101000 1000110 1000100

Color Harmonies of #7484E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7484E6

Black with #7484E6

Text Example


Text Example

White with #7484E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7484E6; }

 p { color: rgb(116,132,230); }

 H1.HeaderClassName
 {
   color: #7484E6;
 }
 .AnyTagClassName
 {
   color: #7484E6;
 }
</style>

background-color css

<style>
 a { background-color: #7484E6; }

 a { background-color: rgb(116,132,230); }

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

border-color css

<style>
 span { border-color: #7484E6; }

 span { border-color: rgb(116,132,230); }

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