Html Css Color HEX #7484EF Cornflower Blue

📋 copy color: '#7484EF'

red 116 ◦ green 132 ◦ blue 239

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

Shades of Cornflower Blue #7484EF

Tints of Cornflower Blue #7484EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 23.82%
G = 27.1%
B = 49.08%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7484EF (or 0x7484EF) is known color: Cornflower Blue. HEX triplet: 74, 84 and EF. RGB value is (116,132,239). Sum of RGB (Red+Green+Blue) = 116+132+239=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #7484EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7484EF is #8B7B10. Grayscale: #8A8A8A. Windows color (decimal): -9141009 or 15697012. OLE color: 15697012.

HSL color Cylindrical-coordinate representation of color #7484EF: hue angle of 232.2º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7484EF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 132 239 -
CMYK 0.51 0.45 0 0.06
HSL 232.2º 0.79% 0.7% -
HSV(B) 232.2º 0.51% 0.94% -
XYZ 31.03 26.45 85.13 -
YUV 139.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 116 132 239 0.51 0.45 0 0.06 232.2 0.79 0.7
Hex 74 84 EF 33 2D 0 6 E8 4F 46
Octal 164 204 357 63 55 0 6 350 117 106
Binary 1110100 10000100 11101111 110011 101101 0 110 11101000 1001111 1000110

Color Harmonies of #7484EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7484EF

Black with #7484EF

Text Example


Text Example

White with #7484EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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