Html Css Color HEX #0303CC Medium Blue

📋 copy color: '#0303CC'

red 3 ◦ green 3 ◦ blue 204

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

Shades of Medium Blue #0303CC

Tints of Medium Blue #0303CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 1.43%
G = 1.43%
B = 97.14%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0303CC (or 0x0303CC) is known color: Medium Blue. HEX triplet: 03, 03 and CC. RGB value is (3,3,204). Sum of RGB (Red+Green+Blue) = 3+3+204=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 204 (80.08% from 255 or 97.14% from 210); Max value from RGB is 204 - color contains mainly: blue. Hex color #0303CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0303CC is #FCFC33. Grayscale: #191919. Windows color (decimal): -16579636 or 13370115. OLE color: 13370115.

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

Color convert

RGB 3 3 204 -
CMYK 0.99 0.99 0 0.2
HSL 240º 0.97% 0.41% -
HSV(B) 240º 0.99% 0.8% -
XYZ 10.97 4.44 57.41 -
YUV 25.91 228.5 111.66 -
System Red Green Blue C M Y K H S L
Decimal 3 3 204 0.99 0.99 0 0.2 240 0.97 0.41
Hex 3 3 CC 63 63 0 14 F0 61 29
Octal 3 3 314 143 143 0 24 360 141 51
Binary 11 11 11001100 1100011 1100011 0 10100 11110000 1100001 101001

Color Harmonies of #0303CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0303CC

Black with #0303CC

Text Example


Text Example

White with #0303CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0303CC; }

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

 H1.HeaderClassName
 {
   color: #0303CC;
 }
 .AnyTagClassName
 {
   color: #0303CC;
 }
</style>

background-color css

<style>
 a { background-color: #0303CC; }

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

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

border-color css

<style>
 span { border-color: #0303CC; }

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

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