Html Css Color HEX #030EDD Medium Blue

📋 copy color: '#030EDD'

red 3 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #030EDD

Tints of Medium Blue #030EDD

RGB

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

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

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

R = 1.26%
G = 5.88%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#030EDD (or 0x030EDD) is known color: Medium Blue. HEX triplet: 03, 0E and DD. RGB value is (3,14,221). Sum of RGB (Red+Green+Blue) = 3+14+221=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 221 (86.72% from 255 or 92.86% from 238); Max value from RGB is 221 - color contains mainly: blue. Hex color #030EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EDD is #FCF122. Grayscale: #212121. Windows color (decimal): -16576803 or 14487043. OLE color: 14487043.

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

Color convert

RGB 3 14 221 -
CMYK 0.99 0.94 0 0.13
HSL 236.97º 0.97% 0.44% -
HSV(B) 236.97º 0.99% 0.87% -
XYZ 13.25 5.55 68.78 -
YUV 34.31 233.36 105.67 -
System Red Green Blue C M Y K H S L
Decimal 3 14 221 0.99 0.94 0 0.13 236.97 0.97 0.44
Hex 3 E DD 63 5E 0 D ED 61 2C
Octal 3 16 335 143 136 0 15 355 141 54
Binary 11 1110 11011101 1100011 1011110 0 1101 11101101 1100001 101100

Color Harmonies of #030EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EDD

Black with #030EDD

Text Example


Text Example

White with #030EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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