Html Css Color HEX #0D02DD Medium Blue

📋 copy color: '#0D02DD'

red 13 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #0D02DD

Tints of Medium Blue #0D02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 5.51%
G = 0.85%
B = 93.64%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D02DD (or 0x0D02DD) is known color: Medium Blue. HEX triplet: 0D, 02 and DD. RGB value is (13,2,221). Sum of RGB (Red+Green+Blue) = 13+2+221=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D02DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02DD is #F2FD22. Grayscale: #1D1D1D. Windows color (decimal): -15924515 or 14483981. OLE color: 14483981.

HSL color Cylindrical-coordinate representation of color #0D02DD: hue angle of 243.01º degrees, saturation: 0.98, 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 #0D02DD is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 2 221 -
CMYK 0.94 0.99 0 0.13
HSL 243.01º 0.98% 0.44% -
HSV(B) 243.01º 0.99% 0.87% -
XYZ 13.24 5.35 68.74 -
YUV 30.26 235.64 115.69 -
System Red Green Blue C M Y K H S L
Decimal 13 2 221 0.94 0.99 0 0.13 243.01 0.98 0.44
Hex D 2 DD 5E 63 0 D F3 62 2C
Octal 15 2 335 136 143 0 15 363 142 54
Binary 1101 10 11011101 1011110 1100011 0 1101 11110011 1100010 101100

Color Harmonies of #0D02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D02DD

Black with #0D02DD

Text Example


Text Example

White with #0D02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,2,221); }

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

background-color css

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

 a { background-color: rgb(13,2,221); }

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

border-color css

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

 span { border-color: rgb(13,2,221); }

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