Html Css Color HEX #030BDB Medium Blue

📋 copy color: '#030BDB'

red 3 ◦ green 11 ◦ blue 219

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

Shades of Medium Blue #030BDB

Tints of Medium Blue #030BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

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

R = 1.29%
G = 4.72%
B = 93.99%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#030BDB (or 0x030BDB) is known color: Medium Blue. HEX triplet: 03, 0B and DB. RGB value is (3,11,219). Sum of RGB (Red+Green+Blue) = 3+11+219=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 219 (85.94% from 255 or 93.99% from 233); Max value from RGB is 219 - color contains mainly: blue. Hex color #030BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BDB is #FCF424. Grayscale: #1F1F1F. Windows color (decimal): -16577573 or 14355203. OLE color: 14355203.

HSL color Cylindrical-coordinate representation of color #030BDB: hue angle of 237.78º 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 #030BDB is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 11 219 -
CMYK 0.99 0.95 0 0.14
HSL 237.78º 0.97% 0.44% -
HSV(B) 237.78º 0.99% 0.86% -
XYZ 12.94 5.37 67.37 -
YUV 32.32 233.35 107.09 -
System Red Green Blue C M Y K H S L
Decimal 3 11 219 0.99 0.95 0 0.14 237.78 0.97 0.44
Hex 3 B DB 63 5F 0 E EE 61 2C
Octal 3 13 333 143 137 0 16 356 141 54
Binary 11 1011 11011011 1100011 1011111 0 1110 11101110 1100001 101100

Color Harmonies of #030BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BDB

Black with #030BDB

Text Example


Text Example

White with #030BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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