Html Css Color HEX #030ECE Medium Blue

📋 copy color: '#030ECE'

red 3 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #030ECE

Tints of Medium Blue #030ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 92.38%

R = 1.35%
G = 6.28%
B = 92.38%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#030ECE (or 0x030ECE) is known color: Medium Blue. HEX triplet: 03, 0E and CE. RGB value is (3,14,206). Sum of RGB (Red+Green+Blue) = 3+14+206=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #030ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ECE is #FCF131. Grayscale: #1F1F1F. Windows color (decimal): -16576818 or 13504003. OLE color: 13504003.

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

Color convert

RGB 3 14 206 -
CMYK 0.99 0.93 0 0.19
HSL 236.75º 0.97% 0.41% -
HSV(B) 236.75º 0.99% 0.81% -
XYZ 11.34 4.79 58.72 -
YUV 32.6 225.86 106.89 -
System Red Green Blue C M Y K H S L
Decimal 3 14 206 0.99 0.93 0 0.19 236.75 0.97 0.41
Hex 3 E CE 63 5D 0 13 ED 61 29
Octal 3 16 316 143 135 0 23 355 141 51
Binary 11 1110 11001110 1100011 1011101 0 10011 11101101 1100001 101001

Color Harmonies of #030ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ECE

Black with #030ECE

Text Example


Text Example

White with #030ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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