Html Css Color HEX #1713EF Blue

📋 copy color: '#1713EF'

red 23 ◦ green 19 ◦ blue 239

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

Shades of Blue #1713EF

Tints of Blue #1713EF

RGB

 RED value IS 23 (9.38% from 255) = 8.19%

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 239 (93.75% from 255) = 85.05%

R = 8.19%
G = 6.76%
B = 85.05%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1713EF (or 0x1713EF) is known color: Blue. HEX triplet: 17, 13 and EF. RGB value is (23,19,239). Sum of RGB (Red+Green+Blue) = 23+19+239=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 239 (93.75% from 255 or 85.05% from 281); Max value from RGB is 239 - color contains mainly: blue. Hex color #1713EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1713EF is #E8EC10. Grayscale: #2C2C2C. Windows color (decimal): -15264785 or 15667991. OLE color: 15667991.

HSL color Cylindrical-coordinate representation of color #1713EF: hue angle of 241.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1713EF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 19 239 -
CMYK 0.90 0.92 0 0.06
HSL 241.09º 0.87% 0.51% -
HSV(B) 241.09º 0.92% 0.94% -
XYZ 16.17 6.88 82.14 -
YUV 45.28 237.33 112.11 -
System Red Green Blue C M Y K H S L
Decimal 23 19 239 0.90 0.92 0 0.06 241.09 0.87 0.51
Hex 17 13 EF 5A 5C 0 6 F1 57 33
Octal 27 23 357 132 134 0 6 361 127 63
Binary 10111 10011 11101111 1011010 1011100 0 110 11110001 1010111 110011

Color Harmonies of #1713EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1713EF

Black with #1713EF

Text Example


Text Example

White with #1713EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1713EF; }

 p { color: rgb(23,19,239); }

 H1.HeaderClassName
 {
   color: #1713EF;
 }
 .AnyTagClassName
 {
   color: #1713EF;
 }
</style>

background-color css

<style>
 a { background-color: #1713EF; }

 a { background-color: rgb(23,19,239); }

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

border-color css

<style>
 span { border-color: #1713EF; }

 span { border-color: rgb(23,19,239); }

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