Html Css Color HEX #2015CF Medium Blue

📋 copy color: '#2015CF'

red 32 ◦ green 21 ◦ blue 207

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

Shades of Medium Blue #2015CF

Tints of Medium Blue #2015CF

RGB

 RED value IS 32 (12.89% from 255) = 12.31%

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 207 (81.25% from 255) = 79.62%

R = 12.31%
G = 8.08%
B = 79.62%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2015CF (or 0x2015CF) is known color: Medium Blue. HEX triplet: 20, 15 and CF. RGB value is (32,21,207). Sum of RGB (Red+Green+Blue) = 32+21+207=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #2015CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015CF is #DFEA30. Grayscale: #2C2C2C. Windows color (decimal): -14674481 or 13571360. OLE color: 13571360.

HSL color Cylindrical-coordinate representation of color #2015CF: hue angle of 243.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2015CF is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 21 207 -
CMYK 0.85 0.90 0 0.19
HSL 243.55º 0.82% 0.45% -
HSV(B) 243.55º 0.9% 0.81% -
XYZ 12.13 5.35 59.42 -
YUV 45.49 219.14 118.38 -
System Red Green Blue C M Y K H S L
Decimal 32 21 207 0.85 0.90 0 0.19 243.55 0.82 0.45
Hex 20 15 CF 55 5A 0 13 F4 52 2D
Octal 40 25 317 125 132 0 23 364 122 55
Binary 100000 10101 11001111 1010101 1011010 0 10011 11110100 1010010 101101

Color Harmonies of #2015CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015CF

Black with #2015CF

Text Example


Text Example

White with #2015CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2015CF; }

 p { color: rgb(32,21,207); }

 H1.HeaderClassName
 {
   color: #2015CF;
 }
 .AnyTagClassName
 {
   color: #2015CF;
 }
</style>

background-color css

<style>
 a { background-color: #2015CF; }

 a { background-color: rgb(32,21,207); }

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

border-color css

<style>
 span { border-color: #2015CF; }

 span { border-color: rgb(32,21,207); }

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