Html Css Color HEX #030ECC Medium Blue

📋 copy color: '#030ECC'

red 3 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #030ECC

Tints of Medium Blue #030ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 92.31%

R = 1.36%
G = 6.33%
B = 92.31%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#030ECC (or 0x030ECC) is known color: Medium Blue. HEX triplet: 03, 0E and CC. RGB value is (3,14,204). Sum of RGB (Red+Green+Blue) = 3+14+204=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 204 (80.08% from 255 or 92.31% from 221); Max value from RGB is 204 - color contains mainly: blue. Hex color #030ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ECC is #FCF133. Grayscale: #1F1F1F. Windows color (decimal): -16576820 or 13372931. OLE color: 13372931.

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

Color convert

RGB 3 14 204 -
CMYK 0.99 0.93 0 0.2
HSL 236.72º 0.97% 0.41% -
HSV(B) 236.72º 0.99% 0.8% -
XYZ 11.09 4.69 57.45 -
YUV 32.37 224.86 107.05 -
System Red Green Blue C M Y K H S L
Decimal 3 14 204 0.99 0.93 0 0.2 236.72 0.97 0.41
Hex 3 E CC 63 5D 0 14 ED 61 29
Octal 3 16 314 143 135 0 24 355 141 51
Binary 11 1110 11001100 1100011 1011101 0 10100 11101101 1100001 101001

Color Harmonies of #030ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ECC

Black with #030ECC

Text Example


Text Example

White with #030ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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