Html Css Color HEX #030DBC Medium Blue

📋 copy color: '#030DBC'

red 3 ◦ green 13 ◦ blue 188

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

Shades of Medium Blue #030DBC

Tints of Medium Blue #030DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 92.16%

R = 1.47%
G = 6.37%
B = 92.16%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#030DBC (or 0x030DBC) is known color: Medium Blue. HEX triplet: 03, 0D and BC. RGB value is (3,13,188). Sum of RGB (Red+Green+Blue) = 3+13+188=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #030DBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DBC is #FCF243. Grayscale: #1D1D1D. Windows color (decimal): -16577092 or 12324099. OLE color: 12324099.

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

Color convert

RGB 3 13 188 -
CMYK 0.98 0.93 0 0.26
HSL 236.76º 0.97% 0.37% -
HSV(B) 236.76º 0.98% 0.74% -
XYZ 9.26 3.94 47.85 -
YUV 29.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 3 13 188 0.98 0.93 0 0.26 236.76 0.97 0.37
Hex 3 D BC 62 5D 0 1A ED 61 25
Octal 3 15 274 142 135 0 32 355 141 45
Binary 11 1101 10111100 1100010 1011101 0 11010 11101101 1100001 100101

Color Harmonies of #030DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DBC

Black with #030DBC

Text Example


Text Example

White with #030DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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