Html Css Color HEX #030BDD Medium Blue

📋 copy color: '#030BDD'

red 3 ◦ green 11 ◦ blue 221

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

Shades of Medium Blue #030BDD

Tints of Medium Blue #030BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 94.04%

R = 1.28%
G = 4.68%
B = 94.04%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#030BDD (or 0x030BDD) is known color: Medium Blue. HEX triplet: 03, 0B and DD. RGB value is (3,11,221). Sum of RGB (Red+Green+Blue) = 3+11+221=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 221 (86.72% from 255 or 94.04% from 235); Max value from RGB is 221 - color contains mainly: blue. Hex color #030BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BDD is #FCF422. Grayscale: #1F1F1F. Windows color (decimal): -16577571 or 14486275. OLE color: 14486275.

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

Color convert

RGB 3 11 221 -
CMYK 0.99 0.95 0 0.13
HSL 237.8º 0.97% 0.44% -
HSV(B) 237.8º 0.99% 0.87% -
XYZ 13.21 5.48 68.77 -
YUV 32.55 234.35 106.92 -
System Red Green Blue C M Y K H S L
Decimal 3 11 221 0.99 0.95 0 0.13 237.8 0.97 0.44
Hex 3 B DD 63 5F 0 D EE 61 2C
Octal 3 13 335 143 137 0 15 356 141 54
Binary 11 1011 11011101 1100011 1011111 0 1101 11101110 1100001 101100

Color Harmonies of #030BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BDD

Black with #030BDD

Text Example


Text Example

White with #030BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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