Html Css Color HEX #1219DF Medium Blue

📋 copy color: '#1219DF'

red 18 ◦ green 25 ◦ blue 223

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

Shades of Medium Blue #1219DF

Tints of Medium Blue #1219DF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

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

R = 6.77%
G = 9.4%
B = 83.83%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1219DF (or 0x1219DF) is known color: Medium Blue. HEX triplet: 12, 19 and DF. RGB value is (18,25,223). Sum of RGB (Red+Green+Blue) = 18+25+223=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1219DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219DF is #EDE620. Grayscale: #2C2C2C. Windows color (decimal): -15590945 or 14620946. OLE color: 14620946.

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

Color convert

RGB 18 25 223 -
CMYK 0.92 0.89 0 0.13
HSL 237.95º 0.85% 0.47% -
HSV(B) 237.95º 0.92% 0.87% -
XYZ 13.92 6.15 70.27 -
YUV 45.48 228.18 108.4 -
System Red Green Blue C M Y K H S L
Decimal 18 25 223 0.92 0.89 0 0.13 237.95 0.85 0.47
Hex 12 19 DF 5C 59 0 D EE 55 2F
Octal 22 31 337 134 131 0 15 356 125 57
Binary 10010 11001 11011111 1011100 1011001 0 1101 11101110 1010101 101111

Color Harmonies of #1219DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219DF

Black with #1219DF

Text Example


Text Example

White with #1219DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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