Html Css Color HEX #7482F0 Cornflower Blue

📋 copy color: '#7482F0'

red 116 ◦ green 130 ◦ blue 240

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

Shades of Cornflower Blue #7482F0

Tints of Cornflower Blue #7482F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.75%

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

R = 23.87%
G = 26.75%
B = 49.38%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7482F0 (or 0x7482F0) is known color: Cornflower Blue. HEX triplet: 74, 82 and F0. RGB value is (116,130,240). Sum of RGB (Red+Green+Blue) = 116+130+240=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #7482F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7482F0 is #8B7D0F. Grayscale: #898989. Windows color (decimal): -9141520 or 15762036. OLE color: 15762036.

HSL color Cylindrical-coordinate representation of color #7482F0: hue angle of 233.23º 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 #7482F0 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 130 240 -
CMYK 0.52 0.46 0 0.06
HSL 233.23º 0.81% 0.7% -
HSV(B) 233.23º 0.52% 0.94% -
XYZ 30.91 25.97 85.82 -
YUV 138.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 116 130 240 0.52 0.46 0 0.06 233.23 0.81 0.7
Hex 74 82 F0 34 2E 0 6 E9 51 46
Octal 164 202 360 64 56 0 6 351 121 106
Binary 1110100 10000010 11110000 110100 101110 0 110 11101001 1010001 1000110

Color Harmonies of #7482F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7482F0

Black with #7482F0

Text Example


Text Example

White with #7482F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,130,240); }

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

background-color css

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

 a { background-color: rgb(116,130,240); }

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

border-color css

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

 span { border-color: rgb(116,130,240); }

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