Html Css Color HEX #030EBA Medium Blue

📋 copy color: '#030EBA'

red 3 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #030EBA

Tints of Medium Blue #030EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 91.63%

R = 1.48%
G = 6.9%
B = 91.63%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#030EBA (or 0x030EBA) is known color: Medium Blue. HEX triplet: 03, 0E and BA. RGB value is (3,14,186). Sum of RGB (Red+Green+Blue) = 3+14+186=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #030EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EBA is #FCF145. Grayscale: #1D1D1D. Windows color (decimal): -16576838 or 12193283. OLE color: 12193283.

HSL color Cylindrical-coordinate representation of color #030EBA: hue angle of 236.39º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030EBA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 14 186 -
CMYK 0.98 0.92 0 0.27
HSL 236.39º 0.97% 0.37% -
HSV(B) 236.39º 0.98% 0.73% -
XYZ 9.06 3.88 46.73 -
YUV 30.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 3 14 186 0.98 0.92 0 0.27 236.39 0.97 0.37
Hex 3 E BA 62 5C 0 1B EC 61 25
Octal 3 16 272 142 134 0 33 354 141 45
Binary 11 1110 10111010 1100010 1011100 0 11011 11101100 1100001 100101

Color Harmonies of #030EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030EBA

Black with #030EBA

Text Example


Text Example

White with #030EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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