Html Css Color HEX #0D17CF Medium Blue

📋 copy color: '#0D17CF'

red 13 ◦ green 23 ◦ blue 207

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

Shades of Medium Blue #0D17CF

Tints of Medium Blue #0D17CF

RGB

 RED value IS 13 (5.47% from 255) = 5.35%

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

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

R = 5.35%
G = 9.47%
B = 85.19%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D17CF (or 0x0D17CF) is known color: Medium Blue. HEX triplet: 0D, 17 and CF. RGB value is (13,23,207). Sum of RGB (Red+Green+Blue) = 13+23+207=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D17CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D17CF is #F2E830. Grayscale: #282828. Windows color (decimal): -15919153 or 13571853. OLE color: 13571853.

HSL color Cylindrical-coordinate representation of color #0D17CF: hue angle of 236.91º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D17CF is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 23 207 -
CMYK 0.94 0.89 0 0.19
HSL 236.91º 0.88% 0.43% -
HSV(B) 236.91º 0.94% 0.81% -
XYZ 11.73 5.2 59.42 -
YUV 40.99 221.69 108.04 -
System Red Green Blue C M Y K H S L
Decimal 13 23 207 0.94 0.89 0 0.19 236.91 0.88 0.43
Hex D 17 CF 5E 59 0 13 ED 58 2B
Octal 15 27 317 136 131 0 23 355 130 53
Binary 1101 10111 11001111 1011110 1011001 0 10011 11101101 1011000 101011

Color Harmonies of #0D17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D17CF

Black with #0D17CF

Text Example


Text Example

White with #0D17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D17CF; }

 p { color: rgb(13,23,207); }

 H1.HeaderClassName
 {
   color: #0D17CF;
 }
 .AnyTagClassName
 {
   color: #0D17CF;
 }
</style>

background-color css

<style>
 a { background-color: #0D17CF; }

 a { background-color: rgb(13,23,207); }

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

border-color css

<style>
 span { border-color: #0D17CF; }

 span { border-color: rgb(13,23,207); }

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