Html Css Color HEX #7182FA Cornflower Blue

📋 copy color: '#7182FA'

red 113 ◦ green 130 ◦ blue 250

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

Shades of Cornflower Blue #7182FA

Tints of Cornflower Blue #7182FA

RGB

 RED value IS 113 (44.53% from 255) = 22.92%

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 22.92%
G = 26.37%
B = 50.71%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7182FA (or 0x7182FA) is known color: Cornflower Blue. HEX triplet: 71, 82 and FA. RGB value is (113,130,250). Sum of RGB (Red+Green+Blue) = 113+130+250=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #7182FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7182FA is #8E7D05. Grayscale: #8A8A8A. Windows color (decimal): -9338118 or 16417393. OLE color: 16417393.

HSL color Cylindrical-coordinate representation of color #7182FA: hue angle of 232.55º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7182FA is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 130 250 -
CMYK 0.55 0.48 0 0.02
HSL 232.55º 0.93% 0.71% -
HSV(B) 232.55º 0.55% 0.98% -
XYZ 32.05 26.38 93.84 -
YUV 138.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 113 130 250 0.55 0.48 0 0.02 232.55 0.93 0.71
Hex 71 82 FA 37 30 0 2 E9 5D 47
Octal 161 202 372 67 60 0 2 351 135 107
Binary 1110001 10000010 11111010 110111 110000 0 10 11101001 1011101 1000111

Color Harmonies of #7182FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7182FA

Black with #7182FA

Text Example


Text Example

White with #7182FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7182FA; }

 p { color: rgb(113,130,250); }

 H1.HeaderClassName
 {
   color: #7182FA;
 }
 .AnyTagClassName
 {
   color: #7182FA;
 }
</style>

background-color css

<style>
 a { background-color: #7182FA; }

 a { background-color: rgb(113,130,250); }

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

border-color css

<style>
 span { border-color: #7182FA; }

 span { border-color: rgb(113,130,250); }

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