Html Css Color HEX #1505CF Medium Blue

📋 copy color: '#1505CF'

red 21 ◦ green 5 ◦ blue 207

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

Shades of Medium Blue #1505CF

Tints of Medium Blue #1505CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 9.01%
G = 2.15%
B = 88.84%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1505CF (or 0x1505CF) is known color: Medium Blue. HEX triplet: 15, 05 and CF. RGB value is (21,5,207). Sum of RGB (Red+Green+Blue) = 21+5+207=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 207 (81.25% from 255 or 88.84% from 233); Max value from RGB is 207 - color contains mainly: blue. Hex color #1505CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505CF is #EAFA30. Grayscale: #202020. Windows color (decimal): -15399473 or 13567253. OLE color: 13567253.

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

Color convert

RGB 21 5 207 -
CMYK 0.90 0.98 0 0.19
HSL 244.75º 0.95% 0.42% -
HSV(B) 244.75º 0.98% 0.81% -
XYZ 11.63 4.77 59.34 -
YUV 32.81 226.3 119.57 -
System Red Green Blue C M Y K H S L
Decimal 21 5 207 0.90 0.98 0 0.19 244.75 0.95 0.42
Hex 15 5 CF 5A 62 0 13 F5 5F 2A
Octal 25 5 317 132 142 0 23 365 137 52
Binary 10101 101 11001111 1011010 1100010 0 10011 11110101 1011111 101010

Color Harmonies of #1505CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1505CF

Black with #1505CF

Text Example


Text Example

White with #1505CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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