Html Css Color HEX #030DBE Medium Blue

📋 copy color: '#030DBE'

red 3 ◦ green 13 ◦ blue 190

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

Shades of Medium Blue #030DBE

Tints of Medium Blue #030DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 92.23%

R = 1.46%
G = 6.31%
B = 92.23%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#030DBE (or 0x030DBE) is known color: Medium Blue. HEX triplet: 03, 0D and BE. RGB value is (3,13,190). Sum of RGB (Red+Green+Blue) = 3+13+190=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 190 (74.61% from 255 or 92.23% from 206); Max value from RGB is 190 - color contains mainly: blue. Hex color #030DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DBE is #FCF241. Grayscale: #1D1D1D. Windows color (decimal): -16577090 or 12455171. OLE color: 12455171.

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

Color convert

RGB 3 13 190 -
CMYK 0.98 0.93 0 0.25
HSL 236.79º 0.97% 0.38% -
HSV(B) 236.79º 0.98% 0.75% -
XYZ 9.48 4.02 48.99 -
YUV 30.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 3 13 190 0.98 0.93 0 0.25 236.79 0.97 0.38
Hex 3 D BE 62 5D 0 19 ED 61 26
Octal 3 15 276 142 135 0 31 355 141 46
Binary 11 1101 10111110 1100010 1011101 0 11001 11101101 1100001 100110

Color Harmonies of #030DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DBE

Black with #030DBE

Text Example


Text Example

White with #030DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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