Html Css Color HEX #030DB9 Medium Blue

📋 copy color: '#030DB9'

red 3 ◦ green 13 ◦ blue 185

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

Shades of Medium Blue #030DB9

Tints of Medium Blue #030DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 92.04%

R = 1.49%
G = 6.47%
B = 92.04%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#030DB9 (or 0x030DB9) is known color: Medium Blue. HEX triplet: 03, 0D and B9. RGB value is (3,13,185). Sum of RGB (Red+Green+Blue) = 3+13+185=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 185 (72.66% from 255 or 92.04% from 201); Max value from RGB is 185 - color contains mainly: blue. Hex color #030DB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DB9 is #FCF246. Grayscale: #1C1C1C. Windows color (decimal): -16577095 or 12127491. OLE color: 12127491.

HSL color Cylindrical-coordinate representation of color #030DB9: hue angle of 236.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030DB9 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 13 185 -
CMYK 0.98 0.93 0 0.27
HSL 236.7º 0.97% 0.37% -
HSV(B) 236.7º 0.98% 0.73% -
XYZ 8.94 3.81 46.16 -
YUV 29.62 215.69 109.01 -
System Red Green Blue C M Y K H S L
Decimal 3 13 185 0.98 0.93 0 0.27 236.7 0.97 0.37
Hex 3 D B9 62 5D 0 1B ED 61 25
Octal 3 15 271 142 135 0 33 355 141 45
Binary 11 1101 10111001 1100010 1011101 0 11011 11101101 1100001 100101

Color Harmonies of #030DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DB9

Black with #030DB9

Text Example


Text Example

White with #030DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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