Html Css Color HEX #030DBB Medium Blue

📋 copy color: '#030DBB'

red 3 ◦ green 13 ◦ blue 187

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

Shades of Medium Blue #030DBB

Tints of Medium Blue #030DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 92.12%

R = 1.48%
G = 6.4%
B = 92.12%

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

#030DBB (or 0x030DBB) is known color: Medium Blue. HEX triplet: 03, 0D and BB. RGB value is (3,13,187). Sum of RGB (Red+Green+Blue) = 3+13+187=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #030DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DBB is #FCF244. Grayscale: #1D1D1D. Windows color (decimal): -16577093 or 12258563. OLE color: 12258563.

HSL color Cylindrical-coordinate representation of color #030DBB: hue angle of 236.74º 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 #030DBB is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 13 187 -
CMYK 0.98 0.93 0 0.27
HSL 236.74º 0.97% 0.37% -
HSV(B) 236.74º 0.98% 0.73% -
XYZ 9.15 3.9 47.28 -
YUV 29.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 3 13 187 0.98 0.93 0 0.27 236.74 0.97 0.37
Hex 3 D BB 62 5D 0 1B ED 61 25
Octal 3 15 273 142 135 0 33 355 141 45
Binary 11 1101 10111011 1100010 1011101 0 11011 11101101 1100001 100101

Color Harmonies of #030DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DBB

Black with #030DBB

Text Example


Text Example

White with #030DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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