Html Css Color HEX #1218CF Medium Blue

📋 copy color: '#1218CF'

red 18 ◦ green 24 ◦ blue 207

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

Shades of Medium Blue #1218CF

Tints of Medium Blue #1218CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

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

R = 7.23%
G = 9.64%
B = 83.13%

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

#1218CF (or 0x1218CF) is known color: Medium Blue. HEX triplet: 12, 18 and CF. RGB value is (18,24,207). Sum of RGB (Red+Green+Blue) = 18+24+207=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #1218CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218CF is #EDE730. Grayscale: #2A2A2A. Windows color (decimal): -15591217 or 13572114. OLE color: 13572114.

HSL color Cylindrical-coordinate representation of color #1218CF: hue angle of 238.1º 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 #1218CF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 24 207 -
CMYK 0.91 0.88 0 0.19
HSL 238.1º 0.84% 0.44% -
HSV(B) 238.1º 0.91% 0.81% -
XYZ 11.84 5.29 59.43 -
YUV 43.07 220.51 110.12 -
System Red Green Blue C M Y K H S L
Decimal 18 24 207 0.91 0.88 0 0.19 238.1 0.84 0.44
Hex 12 18 CF 5B 58 0 13 EE 54 2C
Octal 22 30 317 133 130 0 23 356 124 54
Binary 10010 11000 11001111 1011011 1011000 0 10011 11101110 1010100 101100

Color Harmonies of #1218CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218CF

Black with #1218CF

Text Example


Text Example

White with #1218CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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