Html Css Color HEX #030DD0 Medium Blue

📋 copy color: '#030DD0'

red 3 ◦ green 13 ◦ blue 208

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

Shades of Medium Blue #030DD0

Tints of Medium Blue #030DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 92.86%

R = 1.34%
G = 5.8%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#030DD0 (or 0x030DD0) is known color: Medium Blue. HEX triplet: 03, 0D and D0. RGB value is (3,13,208). Sum of RGB (Red+Green+Blue) = 3+13+208=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 208 (81.64% from 255 or 92.86% from 224); Max value from RGB is 208 - color contains mainly: blue. Hex color #030DD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DD0 is #FCF22F. Grayscale: #1F1F1F. Windows color (decimal): -16577072 or 13634819. OLE color: 13634819.

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

Color convert

RGB 3 13 208 -
CMYK 0.99 0.94 0 0.18
HSL 237.07º 0.97% 0.41% -
HSV(B) 237.07º 0.99% 0.82% -
XYZ 11.57 4.86 60 -
YUV 32.24 227.19 107.14 -
System Red Green Blue C M Y K H S L
Decimal 3 13 208 0.99 0.94 0 0.18 237.07 0.97 0.41
Hex 3 D D0 63 5E 0 12 ED 61 29
Octal 3 15 320 143 136 0 22 355 141 51
Binary 11 1101 11010000 1100011 1011110 0 10010 11101101 1100001 101001

Color Harmonies of #030DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DD0

Black with #030DD0

Text Example


Text Example

White with #030DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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