Html Css Color HEX #1002E0 Medium Blue

📋 copy color: '#1002E0'

red 16 ◦ green 2 ◦ blue 224

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

Shades of Medium Blue #1002E0

Tints of Medium Blue #1002E0

RGB

 RED value IS 16 (6.64% from 255) = 6.61%

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 224 (87.89% from 255) = 92.56%

R = 6.61%
G = 0.83%
B = 92.56%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1002E0 (or 0x1002E0) is known color: Medium Blue. HEX triplet: 10, 02 and E0. RGB value is (16,2,224). Sum of RGB (Red+Green+Blue) = 16+2+224=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 224 (87.89% from 255 or 92.56% from 242); Max value from RGB is 224 - color contains mainly: blue. Hex color #1002E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002E0 is #EFFD1F. Grayscale: #1E1E1E. Windows color (decimal): -15727904 or 14680592. OLE color: 14680592.

HSL color Cylindrical-coordinate representation of color #1002E0: hue angle of 243.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002E0 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 2 224 -
CMYK 0.93 0.99 0 0.12
HSL 243.78º 0.98% 0.44% -
HSV(B) 243.78º 0.99% 0.88% -
XYZ 13.69 5.54 70.87 -
YUV 31.49 236.64 116.95 -
System Red Green Blue C M Y K H S L
Decimal 16 2 224 0.93 0.99 0 0.12 243.78 0.98 0.44
Hex 10 2 E0 5D 63 0 C F4 62 2C
Octal 20 2 340 135 143 0 14 364 142 54
Binary 10000 10 11100000 1011101 1100011 0 1100 11110100 1100010 101100

Color Harmonies of #1002E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1002E0

Black with #1002E0

Text Example


Text Example

White with #1002E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1002E0; }

 p { color: rgb(16,2,224); }

 H1.HeaderClassName
 {
   color: #1002E0;
 }
 .AnyTagClassName
 {
   color: #1002E0;
 }
</style>

background-color css

<style>
 a { background-color: #1002E0; }

 a { background-color: rgb(16,2,224); }

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

border-color css

<style>
 span { border-color: #1002E0; }

 span { border-color: rgb(16,2,224); }

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