Html Css Color HEX #030BCD Medium Blue

📋 copy color: '#030BCD'

red 3 ◦ green 11 ◦ blue 205

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

Shades of Medium Blue #030BCD

Tints of Medium Blue #030BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 93.61%

R = 1.37%
G = 5.02%
B = 93.61%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#030BCD (or 0x030BCD) is known color: Medium Blue. HEX triplet: 03, 0B and CD. RGB value is (3,11,205). Sum of RGB (Red+Green+Blue) = 3+11+205=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #030BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCD is #FCF432. Grayscale: #1D1D1D. Windows color (decimal): -16577587 or 13437699. OLE color: 13437699.

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

Color convert

RGB 3 11 205 -
CMYK 0.99 0.95 0 0.20
HSL 237.62º 0.97% 0.41% -
HSV(B) 237.62º 0.99% 0.8% -
XYZ 11.18 4.67 58.07 -
YUV 30.72 226.35 108.23 -
System Red Green Blue C M Y K H S L
Decimal 3 11 205 0.99 0.95 0 0.20 237.62 0.97 0.41
Hex 3 B CD 63 5F 0 14 EE 61 29
Octal 3 13 315 143 137 0 24 356 141 51
Binary 11 1011 11001101 1100011 1011111 0 10100 11101110 1100001 101001

Color Harmonies of #030BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BCD

Black with #030BCD

Text Example


Text Example

White with #030BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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