Html Css Color HEX #1502CE Medium Blue

📋 copy color: '#1502CE'

red 21 ◦ green 2 ◦ blue 206

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

Shades of Medium Blue #1502CE

Tints of Medium Blue #1502CE

RGB

 RED value IS 21 (8.59% from 255) = 9.17%

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

 BLUE value IS 206 (80.86% from 255) = 89.96%

R = 9.17%
G = 0.87%
B = 89.96%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1502CE (or 0x1502CE) is known color: Medium Blue. HEX triplet: 15, 02 and CE. RGB value is (21,2,206). Sum of RGB (Red+Green+Blue) = 21+2+206=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 206 (80.86% from 255 or 89.96% from 229); Max value from RGB is 206 - color contains mainly: blue. Hex color #1502CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502CE is #EAFD31. Grayscale: #1E1E1E. Windows color (decimal): -15400242 or 13500949. OLE color: 13500949.

HSL color Cylindrical-coordinate representation of color #1502CE: hue angle of 245.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502CE is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 2 206 -
CMYK 0.90 0.99 0 0.19
HSL 245.59º 0.98% 0.41% -
HSV(B) 245.59º 0.99% 0.81% -
XYZ 11.47 4.66 58.69 -
YUV 30.94 226.79 120.91 -
System Red Green Blue C M Y K H S L
Decimal 21 2 206 0.90 0.99 0 0.19 245.59 0.98 0.41
Hex 15 2 CE 5A 63 0 13 F6 62 29
Octal 25 2 316 132 143 0 23 366 142 51
Binary 10101 10 11001110 1011010 1100011 0 10011 11110110 1100010 101001

Color Harmonies of #1502CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1502CE

Black with #1502CE

Text Example


Text Example

White with #1502CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1502CE; }

 p { color: rgb(21,2,206); }

 H1.HeaderClassName
 {
   color: #1502CE;
 }
 .AnyTagClassName
 {
   color: #1502CE;
 }
</style>

background-color css

<style>
 a { background-color: #1502CE; }

 a { background-color: rgb(21,2,206); }

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

border-color css

<style>
 span { border-color: #1502CE; }

 span { border-color: rgb(21,2,206); }

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