Html Css Color HEX #030CDB Medium Blue

📋 copy color: '#030CDB'

red 3 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #030CDB

Tints of Medium Blue #030CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

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

R = 1.28%
G = 5.13%
B = 93.59%

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

#030CDB (or 0x030CDB) is known color: Medium Blue. HEX triplet: 03, 0C and DB. RGB value is (3,12,219). Sum of RGB (Red+Green+Blue) = 3+12+219=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #030CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CDB is #FCF324. Grayscale: #202020. Windows color (decimal): -16577317 or 14355459. OLE color: 14355459.

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

Color convert

RGB 3 12 219 -
CMYK 0.99 0.95 0 0.14
HSL 237.5º 0.97% 0.44% -
HSV(B) 237.5º 0.99% 0.86% -
XYZ 12.96 5.4 67.38 -
YUV 32.91 233.02 106.67 -
System Red Green Blue C M Y K H S L
Decimal 3 12 219 0.99 0.95 0 0.14 237.5 0.97 0.44
Hex 3 C DB 63 5F 0 E EE 61 2C
Octal 3 14 333 143 137 0 16 356 141 54
Binary 11 1100 11011011 1100011 1011111 0 1110 11101110 1100001 101100

Color Harmonies of #030CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CDB

Black with #030CDB

Text Example


Text Example

White with #030CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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