Html Css Color HEX #1217CF Medium Blue

📋 copy color: '#1217CF'

red 18 ◦ green 23 ◦ blue 207

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

Shades of Medium Blue #1217CF

Tints of Medium Blue #1217CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 7.26%
G = 9.27%
B = 83.47%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1217CF (or 0x1217CF) is known color: Medium Blue. HEX triplet: 12, 17 and CF. RGB value is (18,23,207). Sum of RGB (Red+Green+Blue) = 18+23+207=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #1217CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217CF is #EDE830. Grayscale: #292929. Windows color (decimal): -15591473 or 13571858. OLE color: 13571858.

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

Color convert

RGB 18 23 207 -
CMYK 0.91 0.89 0 0.19
HSL 238.41º 0.84% 0.44% -
HSV(B) 238.41º 0.91% 0.81% -
XYZ 11.82 5.25 59.42 -
YUV 42.48 220.84 110.54 -
System Red Green Blue C M Y K H S L
Decimal 18 23 207 0.91 0.89 0 0.19 238.41 0.84 0.44
Hex 12 17 CF 5B 59 0 13 EE 54 2C
Octal 22 27 317 133 131 0 23 356 124 54
Binary 10010 10111 11001111 1011011 1011001 0 10011 11101110 1010100 101100

Color Harmonies of #1217CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217CF

Black with #1217CF

Text Example


Text Example

White with #1217CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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