Html Css Color HEX #0D02CC Medium Blue

📋 copy color: '#0D02CC'

red 13 ◦ green 2 ◦ blue 204

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

Shades of Medium Blue #0D02CC

Tints of Medium Blue #0D02CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 93.15%

R = 5.94%
G = 0.91%
B = 93.15%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0D02CC (or 0x0D02CC) is known color: Medium Blue. HEX triplet: 0D, 02 and CC. RGB value is (13,2,204). Sum of RGB (Red+Green+Blue) = 13+2+204=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 204 (80.08% from 255 or 93.15% from 219); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D02CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02CC is #F2FD33. Grayscale: #1B1B1B. Windows color (decimal): -15924532 or 13369869. OLE color: 13369869.

HSL color Cylindrical-coordinate representation of color #0D02CC: hue angle of 243.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02CC is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 2 204 -
CMYK 0.94 0.99 0 0.2
HSL 243.27º 0.98% 0.4% -
HSV(B) 243.27º 0.99% 0.8% -
XYZ 11.09 4.49 57.41 -
YUV 28.32 227.14 117.07 -
System Red Green Blue C M Y K H S L
Decimal 13 2 204 0.94 0.99 0 0.2 243.27 0.98 0.4
Hex D 2 CC 5E 63 0 14 F3 62 28
Octal 15 2 314 136 143 0 24 363 142 50
Binary 1101 10 11001100 1011110 1100011 0 10100 11110011 1100010 101000

Color Harmonies of #0D02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D02CC

Black with #0D02CC

Text Example


Text Example

White with #0D02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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