Html Css Color HEX #1219CF Medium Blue

📋 copy color: '#1219CF'

red 18 ◦ green 25 ◦ blue 207

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

Shades of Medium Blue #1219CF

Tints of Medium Blue #1219CF

RGB

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

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

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

R = 7.2%
G = 10%
B = 82.8%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1219CF (or 0x1219CF) is known color: Medium Blue. HEX triplet: 12, 19 and CF. RGB value is (18,25,207). Sum of RGB (Red+Green+Blue) = 18+25+207=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #1219CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219CF is #EDE630. Grayscale: #2A2A2A. Windows color (decimal): -15590961 or 13572370. OLE color: 13572370.

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

Color convert

RGB 18 25 207 -
CMYK 0.91 0.88 0 0.19
HSL 237.78º 0.84% 0.44% -
HSV(B) 237.78º 0.91% 0.81% -
XYZ 11.86 5.33 59.43 -
YUV 43.66 220.18 109.7 -
System Red Green Blue C M Y K H S L
Decimal 18 25 207 0.91 0.88 0 0.19 237.78 0.84 0.44
Hex 12 19 CF 5B 58 0 13 EE 54 2C
Octal 22 31 317 133 130 0 23 356 124 54
Binary 10010 11001 11001111 1011011 1011000 0 10011 11101110 1010100 101100

Color Harmonies of #1219CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219CF

Black with #1219CF

Text Example


Text Example

White with #1219CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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