Html Css Color HEX #0317DD Medium Blue

📋 copy color: '#0317DD'

red 3 ◦ green 23 ◦ blue 221

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

Shades of Medium Blue #0317DD

Tints of Medium Blue #0317DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 221 (86.72% from 255) = 89.47%

R = 1.21%
G = 9.31%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0317DD (or 0x0317DD) is known color: Medium Blue. HEX triplet: 03, 17 and DD. RGB value is (3,23,221). Sum of RGB (Red+Green+Blue) = 3+23+221=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #0317DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317DD is #FCE822. Grayscale: #262626. Windows color (decimal): -16574499 or 14489347. OLE color: 14489347.

HSL color Cylindrical-coordinate representation of color #0317DD: hue angle of 234.5º 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 #0317DD is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 23 221 -
CMYK 0.99 0.90 0 0.13
HSL 234.5º 0.97% 0.44% -
HSV(B) 234.5º 0.99% 0.87% -
XYZ 13.4 5.85 68.83 -
YUV 39.59 230.37 101.9 -
System Red Green Blue C M Y K H S L
Decimal 3 23 221 0.99 0.90 0 0.13 234.5 0.97 0.44
Hex 3 17 DD 63 5A 0 D EA 61 2C
Octal 3 27 335 143 132 0 15 352 141 54
Binary 11 10111 11011101 1100011 1011010 0 1101 11101010 1100001 101100

Color Harmonies of #0317DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0317DD

Black with #0317DD

Text Example


Text Example

White with #0317DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0317DD; }

 p { color: rgb(3,23,221); }

 H1.HeaderClassName
 {
   color: #0317DD;
 }
 .AnyTagClassName
 {
   color: #0317DD;
 }
</style>

background-color css

<style>
 a { background-color: #0317DD; }

 a { background-color: rgb(3,23,221); }

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

border-color css

<style>
 span { border-color: #0317DD; }

 span { border-color: rgb(3,23,221); }

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