Html Css Color HEX #1217F7 Blue

📋 copy color: '#1217F7'

red 18 ◦ green 23 ◦ blue 247

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

Shades of Blue #1217F7

Tints of Blue #1217F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 85.76%

R = 6.25%
G = 7.99%
B = 85.76%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1217F7 (or 0x1217F7) is known color: Blue. HEX triplet: 12, 17 and F7. RGB value is (18,23,247). Sum of RGB (Red+Green+Blue) = 18+23+247=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 247 (96.88% from 255 or 85.76% from 288); Max value from RGB is 247 - color contains mainly: blue. Hex color #1217F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1217F7 is #EDE808. Grayscale: #2E2E2E. Windows color (decimal): -15591433 or 16193298. OLE color: 16193298.

HSL color Cylindrical-coordinate representation of color #1217F7: hue angle of 238.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1217F7 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 23 247 -
CMYK 0.93 0.91 0 0.03
HSL 238.69º 0.93% 0.52% -
HSV(B) 238.69º 0.93% 0.97% -
XYZ 17.34 7.46 88.52 -
YUV 47.04 240.84 107.29 -
System Red Green Blue C M Y K H S L
Decimal 18 23 247 0.93 0.91 0 0.03 238.69 0.93 0.52
Hex 12 17 F7 5D 5B 0 3 EF 5D 34
Octal 22 27 367 135 133 0 3 357 135 64
Binary 10010 10111 11110111 1011101 1011011 0 11 11101111 1011101 110100

Color Harmonies of #1217F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217F7

Black with #1217F7

Text Example


Text Example

White with #1217F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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