Html Css Color HEX #1205CF Medium Blue

📋 copy color: '#1205CF'

red 18 ◦ green 5 ◦ blue 207

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

Shades of Medium Blue #1205CF

Tints of Medium Blue #1205CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 207 (81.25% from 255) = 90%

R = 7.83%
G = 2.17%
B = 90%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1205CF (or 0x1205CF) is known color: Medium Blue. HEX triplet: 12, 05 and CF. RGB value is (18,5,207). Sum of RGB (Red+Green+Blue) = 18+5+207=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 207 (81.25% from 255 or 90% from 230); Max value from RGB is 207 - color contains mainly: blue. Hex color #1205CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205CF is #EDFA30. Grayscale: #1F1F1F. Windows color (decimal): -15596081 or 13567250. OLE color: 13567250.

HSL color Cylindrical-coordinate representation of color #1205CF: hue angle of 243.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205CF is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 5 207 -
CMYK 0.91 0.98 0 0.19
HSL 243.86º 0.95% 0.42% -
HSV(B) 243.86º 0.98% 0.81% -
XYZ 11.57 4.74 59.34 -
YUV 31.92 226.81 118.07 -
System Red Green Blue C M Y K H S L
Decimal 18 5 207 0.91 0.98 0 0.19 243.86 0.95 0.42
Hex 12 5 CF 5B 62 0 13 F4 5F 2A
Octal 22 5 317 133 142 0 23 364 137 52
Binary 10010 101 11001111 1011011 1100010 0 10011 11110100 1011111 101010

Color Harmonies of #1205CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1205CF

Black with #1205CF

Text Example


Text Example

White with #1205CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1205CF; }

 p { color: rgb(18,5,207); }

 H1.HeaderClassName
 {
   color: #1205CF;
 }
 .AnyTagClassName
 {
   color: #1205CF;
 }
</style>

background-color css

<style>
 a { background-color: #1205CF; }

 a { background-color: rgb(18,5,207); }

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

border-color css

<style>
 span { border-color: #1205CF; }

 span { border-color: rgb(18,5,207); }

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