Html Css Color HEX #030ED0 Medium Blue

📋 copy color: '#030ED0'

red 3 ◦ green 14 ◦ blue 208

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

Shades of Medium Blue #030ED0

Tints of Medium Blue #030ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

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

R = 1.33%
G = 6.22%
B = 92.44%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#030ED0 (or 0x030ED0) is known color: Medium Blue. HEX triplet: 03, 0E and D0. RGB value is (3,14,208). Sum of RGB (Red+Green+Blue) = 3+14+208=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 208 (81.64% from 255 or 92.44% from 225); Max value from RGB is 208 - color contains mainly: blue. Hex color #030ED0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ED0 is #FCF12F. Grayscale: #202020. Windows color (decimal): -16576816 or 13635075. OLE color: 13635075.

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

Color convert

RGB 3 14 208 -
CMYK 0.99 0.93 0 0.18
HSL 236.78º 0.97% 0.41% -
HSV(B) 236.78º 0.99% 0.82% -
XYZ 11.58 4.89 60.01 -
YUV 32.83 226.86 106.73 -
System Red Green Blue C M Y K H S L
Decimal 3 14 208 0.99 0.93 0 0.18 236.78 0.97 0.41
Hex 3 E D0 63 5D 0 12 ED 61 29
Octal 3 16 320 143 135 0 22 355 141 51
Binary 11 1110 11010000 1100011 1011101 0 10010 11101101 1100001 101001

Color Harmonies of #030ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ED0

Black with #030ED0

Text Example


Text Example

White with #030ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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