Html Css Color HEX #030DCD Medium Blue

📋 copy color: '#030DCD'

red 3 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #030DCD

Tints of Medium Blue #030DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.88%

 BLUE value IS 205 (80.47% from 255) = 92.76%

R = 1.36%
G = 5.88%
B = 92.76%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#030DCD (or 0x030DCD) is known color: Medium Blue. HEX triplet: 03, 0D and CD. RGB value is (3,13,205). Sum of RGB (Red+Green+Blue) = 3+13+205=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 205 (80.47% from 255 or 92.76% from 221); Max value from RGB is 205 - color contains mainly: blue. Hex color #030DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DCD is #FCF232. Grayscale: #1F1F1F. Windows color (decimal): -16577075 or 13438211. OLE color: 13438211.

HSL color Cylindrical-coordinate representation of color #030DCD: hue angle of 237.03º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DCD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 13 205 -
CMYK 0.99 0.94 0 0.20
HSL 237.03º 0.97% 0.41% -
HSV(B) 237.03º 0.99% 0.8% -
XYZ 11.2 4.71 58.08 -
YUV 31.9 225.69 107.39 -
System Red Green Blue C M Y K H S L
Decimal 3 13 205 0.99 0.94 0 0.20 237.03 0.97 0.41
Hex 3 D CD 63 5E 0 14 ED 61 29
Octal 3 15 315 143 136 0 24 355 141 51
Binary 11 1101 11001101 1100011 1011110 0 10100 11101101 1100001 101001

Color Harmonies of #030DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DCD

Black with #030DCD

Text Example


Text Example

White with #030DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030DCD; }

 p { color: rgb(3,13,205); }

 H1.HeaderClassName
 {
   color: #030DCD;
 }
 .AnyTagClassName
 {
   color: #030DCD;
 }
</style>

background-color css

<style>
 a { background-color: #030DCD; }

 a { background-color: rgb(3,13,205); }

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

border-color css

<style>
 span { border-color: #030DCD; }

 span { border-color: rgb(3,13,205); }

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