Html Css Color HEX #1204CA Medium Blue

📋 copy color: '#1204CA'

red 18 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #1204CA

Tints of Medium Blue #1204CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 202 (79.3% from 255) = 90.18%

R = 8.04%
G = 1.79%
B = 90.18%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1204CA (or 0x1204CA) is known color: Medium Blue. HEX triplet: 12, 04 and CA. RGB value is (18,4,202). Sum of RGB (Red+Green+Blue) = 18+4+202=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 202 (79.30% from 255 or 90.18% from 224); Max value from RGB is 202 - color contains mainly: blue. Hex color #1204CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204CA is #EDFB35. Grayscale: #1D1D1D. Windows color (decimal): -15596342 or 13239314. OLE color: 13239314.

HSL color Cylindrical-coordinate representation of color #1204CA: hue angle of 244.24º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204CA is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 4 202 -
CMYK 0.91 0.98 0 0.21
HSL 244.24º 0.96% 0.4% -
HSV(B) 244.24º 0.98% 0.79% -
XYZ 10.95 4.48 56.16 -
YUV 30.76 224.64 118.9 -
System Red Green Blue C M Y K H S L
Decimal 18 4 202 0.91 0.98 0 0.21 244.24 0.96 0.4
Hex 12 4 CA 5B 62 0 15 F4 60 28
Octal 22 4 312 133 142 0 25 364 140 50
Binary 10010 100 11001010 1011011 1100010 0 10101 11110100 1100000 101000

Color Harmonies of #1204CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1204CA

Black with #1204CA

Text Example


Text Example

White with #1204CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1204CA; }

 p { color: rgb(18,4,202); }

 H1.HeaderClassName
 {
   color: #1204CA;
 }
 .AnyTagClassName
 {
   color: #1204CA;
 }
</style>

background-color css

<style>
 a { background-color: #1204CA; }

 a { background-color: rgb(18,4,202); }

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

border-color css

<style>
 span { border-color: #1204CA; }

 span { border-color: rgb(18,4,202); }

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