Html Css Color HEX #1202CC Medium Blue

📋 copy color: '#1202CC'

red 18 ◦ green 2 ◦ blue 204

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

Shades of Medium Blue #1202CC

Tints of Medium Blue #1202CC

RGB

 RED value IS 18 (7.42% from 255) = 8.04%

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 8.04%
G = 0.89%
B = 91.07%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1202CC (or 0x1202CC) is known color: Medium Blue. HEX triplet: 12, 02 and CC. RGB value is (18,2,204). Sum of RGB (Red+Green+Blue) = 18+2+204=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #1202CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202CC is #EDFD33. Grayscale: #1D1D1D. Windows color (decimal): -15596852 or 13369874. OLE color: 13369874.

HSL color Cylindrical-coordinate representation of color #1202CC: hue angle of 244.75º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202CC is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 2 204 -
CMYK 0.91 0.99 0 0.2
HSL 244.75º 0.98% 0.4% -
HSV(B) 244.75º 0.99% 0.8% -
XYZ 11.17 4.53 57.41 -
YUV 29.81 226.3 119.57 -
System Red Green Blue C M Y K H S L
Decimal 18 2 204 0.91 0.99 0 0.2 244.75 0.98 0.4
Hex 12 2 CC 5B 63 0 14 F5 62 28
Octal 22 2 314 133 143 0 24 365 142 50
Binary 10010 10 11001100 1011011 1100011 0 10100 11110101 1100010 101000

Color Harmonies of #1202CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1202CC

Black with #1202CC

Text Example


Text Example

White with #1202CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,2,204); }

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

background-color css

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

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

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

border-color css

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

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

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