Html Css Color HEX #030DCC Medium Blue

📋 copy color: '#030DCC'

red 3 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #030DCC

Tints of Medium Blue #030DCC

RGB

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

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

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

R = 1.36%
G = 5.91%
B = 92.73%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#030DCC (or 0x030DCC) is known color: Medium Blue. HEX triplet: 03, 0D and CC. RGB value is (3,13,204). Sum of RGB (Red+Green+Blue) = 3+13+204=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 204 (80.08% from 255 or 92.73% from 220); Max value from RGB is 204 - color contains mainly: blue. Hex color #030DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DCC is #FCF233. Grayscale: #1F1F1F. Windows color (decimal): -16577076 or 13372675. OLE color: 13372675.

HSL color Cylindrical-coordinate representation of color #030DCC: hue angle of 237.01º 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 #030DCC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 13 204 -
CMYK 0.99 0.94 0 0.2
HSL 237.01º 0.97% 0.41% -
HSV(B) 237.01º 0.99% 0.8% -
XYZ 11.08 4.67 57.44 -
YUV 31.78 225.19 107.47 -
System Red Green Blue C M Y K H S L
Decimal 3 13 204 0.99 0.94 0 0.2 237.01 0.97 0.41
Hex 3 D CC 63 5E 0 14 ED 61 29
Octal 3 15 314 143 136 0 24 355 141 51
Binary 11 1101 11001100 1100011 1011110 0 10100 11101101 1100001 101001

Color Harmonies of #030DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DCC

Black with #030DCC

Text Example


Text Example

White with #030DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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