Html Css Color HEX #1017F0 Blue

📋 copy color: '#1017F0'

red 16 ◦ green 23 ◦ blue 240

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

Shades of Blue #1017F0

Tints of Blue #1017F0

RGB

 RED value IS 16 (6.64% from 255) = 5.73%

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

 BLUE value IS 240 (94.14% from 255) = 86.02%

R = 5.73%
G = 8.24%
B = 86.02%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1017F0 (or 0x1017F0) is known color: Blue. HEX triplet: 10, 17 and F0. RGB value is (16,23,240). Sum of RGB (Red+Green+Blue) = 16+23+240=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 240 (94.14% from 255 or 86.02% from 279); Max value from RGB is 240 - color contains mainly: blue. Hex color #1017F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1017F0 is #EFE80F. Grayscale: #2C2C2C. Windows color (decimal): -15722512 or 15734544. OLE color: 15734544.

HSL color Cylindrical-coordinate representation of color #1017F0: hue angle of 238.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1017F0 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 23 240 -
CMYK 0.93 0.90 0 0.06
HSL 238.13º 0.88% 0.5% -
HSV(B) 238.13º 0.93% 0.94% -
XYZ 16.25 7.01 82.94 -
YUV 45.65 237.68 106.86 -
System Red Green Blue C M Y K H S L
Decimal 16 23 240 0.93 0.90 0 0.06 238.13 0.88 0.5
Hex 10 17 F0 5D 5A 0 6 EE 58 32
Octal 20 27 360 135 132 0 6 356 130 62
Binary 10000 10111 11110000 1011101 1011010 0 110 11101110 1011000 110010

Color Harmonies of #1017F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017F0

Black with #1017F0

Text Example


Text Example

White with #1017F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1017F0; }

 p { color: rgb(16,23,240); }

 H1.HeaderClassName
 {
   color: #1017F0;
 }
 .AnyTagClassName
 {
   color: #1017F0;
 }
</style>

background-color css

<style>
 a { background-color: #1017F0; }

 a { background-color: rgb(16,23,240); }

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

border-color css

<style>
 span { border-color: #1017F0; }

 span { border-color: rgb(16,23,240); }

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