Html Css Color HEX #1417FA Blue

📋 copy color: '#1417FA'

red 20 ◦ green 23 ◦ blue 250

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

Shades of Blue #1417FA

Tints of Blue #1417FA

RGB

 RED value IS 20 (8.2% from 255) = 6.83%

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

 BLUE value IS 250 (98.05% from 255) = 85.32%

R = 6.83%
G = 7.85%
B = 85.32%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1417FA (or 0x1417FA) is known color: Blue. HEX triplet: 14, 17 and FA. RGB value is (20,23,250). Sum of RGB (Red+Green+Blue) = 20+23+250=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #1417FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1417FA is #EBE805. Grayscale: #2F2F2F. Windows color (decimal): -15460358 or 16389908. OLE color: 16389908.

HSL color Cylindrical-coordinate representation of color #1417FA: hue angle of 239.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1417FA is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 23 250 -
CMYK 0.92 0.91 0 0.02
HSL 239.22º 0.96% 0.53% -
HSV(B) 239.22º 0.92% 0.98% -
XYZ 17.85 7.66 90.98 -
YUV 47.98 242.01 108.04 -
System Red Green Blue C M Y K H S L
Decimal 20 23 250 0.92 0.91 0 0.02 239.22 0.96 0.53
Hex 14 17 FA 5C 5B 0 2 EF 60 35
Octal 24 27 372 134 133 0 2 357 140 65
Binary 10100 10111 11111010 1011100 1011011 0 10 11101111 1100000 110101

Color Harmonies of #1417FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1417FA

Black with #1417FA

Text Example


Text Example

White with #1417FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1417FA; }

 p { color: rgb(20,23,250); }

 H1.HeaderClassName
 {
   color: #1417FA;
 }
 .AnyTagClassName
 {
   color: #1417FA;
 }
</style>

background-color css

<style>
 a { background-color: #1417FA; }

 a { background-color: rgb(20,23,250); }

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

border-color css

<style>
 span { border-color: #1417FA; }

 span { border-color: rgb(20,23,250); }

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