Html Css Color HEX #030CCD Medium Blue

📋 copy color: '#030CCD'

red 3 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #030CCD

Tints of Medium Blue #030CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 205 (80.47% from 255) = 93.18%

R = 1.36%
G = 5.45%
B = 93.18%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#030CCD (or 0x030CCD) is known color: Medium Blue. HEX triplet: 03, 0C and CD. RGB value is (3,12,205). Sum of RGB (Red+Green+Blue) = 3+12+205=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #030CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CCD is #FCF332. Grayscale: #1E1E1E. Windows color (decimal): -16577331 or 13437955. OLE color: 13437955.

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

Color convert

RGB 3 12 205 -
CMYK 0.99 0.94 0 0.20
HSL 237.33º 0.97% 0.41% -
HSV(B) 237.33º 0.99% 0.8% -
XYZ 11.19 4.69 58.07 -
YUV 31.31 226.02 107.81 -
System Red Green Blue C M Y K H S L
Decimal 3 12 205 0.99 0.94 0 0.20 237.33 0.97 0.41
Hex 3 C CD 63 5E 0 14 ED 61 29
Octal 3 14 315 143 136 0 24 355 141 51
Binary 11 1100 11001101 1100011 1011110 0 10100 11101101 1100001 101001

Color Harmonies of #030CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CCD

Black with #030CCD

Text Example


Text Example

White with #030CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,205); }

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

background-color css

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

 a { background-color: rgb(3,12,205); }

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

border-color css

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

 span { border-color: rgb(3,12,205); }

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