Html Css Color HEX #0315DF Medium Blue

📋 copy color: '#0315DF'

red 3 ◦ green 21 ◦ blue 223

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

Shades of Medium Blue #0315DF

Tints of Medium Blue #0315DF

RGB

 RED value IS 3 (1.56% from 255) = 1.21%

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

 BLUE value IS 223 (87.5% from 255) = 90.28%

R = 1.21%
G = 8.5%
B = 90.28%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0315DF (or 0x0315DF) is known color: Medium Blue. HEX triplet: 03, 15 and DF. RGB value is (3,21,223). Sum of RGB (Red+Green+Blue) = 3+21+223=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #0315DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315DF is #FCEA20. Grayscale: #252525. Windows color (decimal): -16575009 or 14619907. OLE color: 14619907.

HSL color Cylindrical-coordinate representation of color #0315DF: hue angle of 235.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315DF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 21 223 -
CMYK 0.99 0.91 0 0.13
HSL 235.09º 0.97% 0.44% -
HSV(B) 235.09º 0.99% 0.87% -
XYZ 13.63 5.88 70.23 -
YUV 38.65 232.04 102.57 -
System Red Green Blue C M Y K H S L
Decimal 3 21 223 0.99 0.91 0 0.13 235.09 0.97 0.44
Hex 3 15 DF 63 5B 0 D EB 61 2C
Octal 3 25 337 143 133 0 15 353 141 54
Binary 11 10101 11011111 1100011 1011011 0 1101 11101011 1100001 101100

Color Harmonies of #0315DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0315DF

Black with #0315DF

Text Example


Text Example

White with #0315DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0315DF; }

 p { color: rgb(3,21,223); }

 H1.HeaderClassName
 {
   color: #0315DF;
 }
 .AnyTagClassName
 {
   color: #0315DF;
 }
</style>

background-color css

<style>
 a { background-color: #0315DF; }

 a { background-color: rgb(3,21,223); }

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

border-color css

<style>
 span { border-color: #0315DF; }

 span { border-color: rgb(3,21,223); }

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