Html Css Color HEX #030ACC Medium Blue

📋 copy color: '#030ACC'

red 3 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #030ACC

Tints of Medium Blue #030ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

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

R = 1.38%
G = 4.61%
B = 94.01%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#030ACC (or 0x030ACC) is known color: Medium Blue. HEX triplet: 03, 0A and CC. RGB value is (3,10,204). Sum of RGB (Red+Green+Blue) = 3+10+204=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 204 (80.08% from 255 or 94.01% from 217); Max value from RGB is 204 - color contains mainly: blue. Hex color #030ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ACC is #FCF533. Grayscale: #1D1D1D. Windows color (decimal): -16577844 or 13371907. OLE color: 13371907.

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

Color convert

RGB 3 10 204 -
CMYK 0.99 0.95 0 0.2
HSL 237.91º 0.97% 0.41% -
HSV(B) 237.91º 0.99% 0.8% -
XYZ 11.05 4.6 57.43 -
YUV 30.02 226.18 108.73 -
System Red Green Blue C M Y K H S L
Decimal 3 10 204 0.99 0.95 0 0.2 237.91 0.97 0.41
Hex 3 A CC 63 5F 0 14 EE 61 29
Octal 3 12 314 143 137 0 24 356 141 51
Binary 11 1010 11001100 1100011 1011111 0 10100 11101110 1100001 101001

Color Harmonies of #030ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ACC

Black with #030ACC

Text Example


Text Example

White with #030ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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