Html Css Color HEX #1207CB Medium Blue

📋 copy color: '#1207CB'

red 18 ◦ green 7 ◦ blue 203

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

Shades of Medium Blue #1207CB

Tints of Medium Blue #1207CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

 BLUE value IS 203 (79.69% from 255) = 89.04%

R = 7.89%
G = 3.07%
B = 89.04%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1207CB (or 0x1207CB) is known color: Medium Blue. HEX triplet: 12, 07 and CB. RGB value is (18,7,203). Sum of RGB (Red+Green+Blue) = 18+7+203=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 203 (79.69% from 255 or 89.04% from 228); Max value from RGB is 203 - color contains mainly: blue. Hex color #1207CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207CB is #EDF834. Grayscale: #1F1F1F. Windows color (decimal): -15595573 or 13305618. OLE color: 13305618.

HSL color Cylindrical-coordinate representation of color #1207CB: hue angle of 243.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1207CB is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 7 203 -
CMYK 0.91 0.97 0 0.20
HSL 243.37º 0.93% 0.41% -
HSV(B) 243.37º 0.97% 0.8% -
XYZ 11.1 4.59 56.8 -
YUV 32.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 18 7 203 0.91 0.97 0 0.20 243.37 0.93 0.41
Hex 12 7 CB 5B 61 0 14 F3 5D 29
Octal 22 7 313 133 141 0 24 363 135 51
Binary 10010 111 11001011 1011011 1100001 0 10100 11110011 1011101 101001

Color Harmonies of #1207CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1207CB

Black with #1207CB

Text Example


Text Example

White with #1207CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1207CB; }

 p { color: rgb(18,7,203); }

 H1.HeaderClassName
 {
   color: #1207CB;
 }
 .AnyTagClassName
 {
   color: #1207CB;
 }
</style>

background-color css

<style>
 a { background-color: #1207CB; }

 a { background-color: rgb(18,7,203); }

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

border-color css

<style>
 span { border-color: #1207CB; }

 span { border-color: rgb(18,7,203); }

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