Html Css Color HEX #1205DF Medium Blue

📋 copy color: '#1205DF'

red 18 ◦ green 5 ◦ blue 223

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

Shades of Medium Blue #1205DF

Tints of Medium Blue #1205DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 90.65%

R = 7.32%
G = 2.03%
B = 90.65%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1205DF (or 0x1205DF) is known color: Medium Blue. HEX triplet: 12, 05 and DF. RGB value is (18,5,223). Sum of RGB (Red+Green+Blue) = 18+5+223=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #1205DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205DF is #EDFA20. Grayscale: #202020. Windows color (decimal): -15596065 or 14615826. OLE color: 14615826.

HSL color Cylindrical-coordinate representation of color #1205DF: hue angle of 243.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205DF is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 5 223 -
CMYK 0.92 0.98 0 0.13
HSL 243.58º 0.96% 0.45% -
HSV(B) 243.58º 0.98% 0.87% -
XYZ 13.62 5.56 70.17 -
YUV 33.74 234.81 116.77 -
System Red Green Blue C M Y K H S L
Decimal 18 5 223 0.92 0.98 0 0.13 243.58 0.96 0.45
Hex 12 5 DF 5C 62 0 D F4 60 2D
Octal 22 5 337 134 142 0 15 364 140 55
Binary 10010 101 11011111 1011100 1100010 0 1101 11110100 1100000 101101

Color Harmonies of #1205DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1205DF

Black with #1205DF

Text Example


Text Example

White with #1205DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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