Html Css Color HEX #030EE0 Medium Blue

📋 copy color: '#030EE0'

red 3 ◦ green 14 ◦ blue 224

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

Shades of Medium Blue #030EE0

Tints of Medium Blue #030EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 92.95%

R = 1.24%
G = 5.81%
B = 92.95%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#030EE0 (or 0x030EE0) is known color: Medium Blue. HEX triplet: 03, 0E and E0. RGB value is (3,14,224). Sum of RGB (Red+Green+Blue) = 3+14+224=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 224 (87.89% from 255 or 92.95% from 241); Max value from RGB is 224 - color contains mainly: blue. Hex color #030EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EE0 is #FCF11F. Grayscale: #212121. Windows color (decimal): -16576800 or 14683651. OLE color: 14683651.

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

Color convert

RGB 3 14 224 -
CMYK 0.99 0.94 0 0.12
HSL 237.01º 0.97% 0.45% -
HSV(B) 237.01º 0.99% 0.88% -
XYZ 13.65 5.72 70.9 -
YUV 34.65 234.86 105.42 -
System Red Green Blue C M Y K H S L
Decimal 3 14 224 0.99 0.94 0 0.12 237.01 0.97 0.45
Hex 3 E E0 63 5E 0 C ED 61 2D
Octal 3 16 340 143 136 0 14 355 141 55
Binary 11 1110 11100000 1100011 1011110 0 1100 11101101 1100001 101101

Color Harmonies of #030EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EE0

Black with #030EE0

Text Example


Text Example

White with #030EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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