Html Css Color HEX #1502BC Medium Blue

📋 copy color: '#1502BC'

red 21 ◦ green 2 ◦ blue 188

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

Shades of Medium Blue #1502BC

Tints of Medium Blue #1502BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.1%

R = 9.95%
G = 0.95%
B = 89.1%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1502BC (or 0x1502BC) is known color: Medium Blue. HEX triplet: 15, 02 and BC. RGB value is (21,2,188). Sum of RGB (Red+Green+Blue) = 21+2+188=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #1502BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502BC is #EAFD43. Grayscale: #1C1C1C. Windows color (decimal): -15400260 or 12321301. OLE color: 12321301.

HSL color Cylindrical-coordinate representation of color #1502BC: hue angle of 246.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502BC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 2 188 -
CMYK 0.89 0.99 0 0.26
HSL 246.13º 0.98% 0.37% -
HSV(B) 246.13º 0.99% 0.74% -
XYZ 9.41 3.83 47.82 -
YUV 28.89 217.79 122.38 -
System Red Green Blue C M Y K H S L
Decimal 21 2 188 0.89 0.99 0 0.26 246.13 0.98 0.37
Hex 15 2 BC 59 63 0 1A F6 62 25
Octal 25 2 274 131 143 0 32 366 142 45
Binary 10101 10 10111100 1011001 1100011 0 11010 11110110 1100010 100101

Color Harmonies of #1502BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1502BC

Black with #1502BC

Text Example


Text Example

White with #1502BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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