Html Css Color HEX #030ECF Medium Blue

📋 copy color: '#030ECF'

red 3 ◦ green 14 ◦ blue 207

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

Shades of Medium Blue #030ECF

Tints of Medium Blue #030ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 92.41%

R = 1.34%
G = 6.25%
B = 92.41%

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

#030ECF (or 0x030ECF) is known color: Medium Blue. HEX triplet: 03, 0E and CF. RGB value is (3,14,207). Sum of RGB (Red+Green+Blue) = 3+14+207=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #030ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ECF is #FCF130. Grayscale: #1F1F1F. Windows color (decimal): -16576817 or 13569539. OLE color: 13569539.

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

Color convert

RGB 3 14 207 -
CMYK 0.99 0.93 0 0.19
HSL 236.76º 0.97% 0.41% -
HSV(B) 236.76º 0.99% 0.81% -
XYZ 11.46 4.84 59.36 -
YUV 32.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 3 14 207 0.99 0.93 0 0.19 236.76 0.97 0.41
Hex 3 E CF 63 5D 0 13 ED 61 29
Octal 3 16 317 143 135 0 23 355 141 51
Binary 11 1110 11001111 1100011 1011101 0 10011 11101101 1100001 101001

Color Harmonies of #030ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ECF

Black with #030ECF

Text Example


Text Example

White with #030ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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