Html Css Color HEX #030DDB Medium Blue

📋 copy color: '#030DDB'

red 3 ◦ green 13 ◦ blue 219

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

Shades of Medium Blue #030DDB

Tints of Medium Blue #030DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 93.19%

R = 1.28%
G = 5.53%
B = 93.19%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#030DDB (or 0x030DDB) is known color: Medium Blue. HEX triplet: 03, 0D and DB. RGB value is (3,13,219). Sum of RGB (Red+Green+Blue) = 3+13+219=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #030DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DDB is #FCF224. Grayscale: #202020. Windows color (decimal): -16577061 or 14355715. OLE color: 14355715.

HSL color Cylindrical-coordinate representation of color #030DDB: hue angle of 237.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DDB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 13 219 -
CMYK 0.99 0.94 0 0.14
HSL 237.22º 0.97% 0.44% -
HSV(B) 237.22º 0.99% 0.86% -
XYZ 12.97 5.42 67.38 -
YUV 33.49 232.69 106.25 -
System Red Green Blue C M Y K H S L
Decimal 3 13 219 0.99 0.94 0 0.14 237.22 0.97 0.44
Hex 3 D DB 63 5E 0 E ED 61 2C
Octal 3 15 333 143 136 0 16 355 141 54
Binary 11 1101 11011011 1100011 1011110 0 1110 11101101 1100001 101100

Color Harmonies of #030DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DDB

Black with #030DDB

Text Example


Text Example

White with #030DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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