Html Css Color HEX #1D17EE Blue

📋 copy color: '#1D17EE'

red 29 ◦ green 23 ◦ blue 238

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

Shades of Blue #1D17EE

Tints of Blue #1D17EE

RGB

 RED value IS 29 (11.72% from 255) = 10%

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

 BLUE value IS 238 (93.36% from 255) = 82.07%

R = 10%
G = 7.93%
B = 82.07%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D17EE (or 0x1D17EE) is known color: Blue. HEX triplet: 1D, 17 and EE. RGB value is (29,23,238). Sum of RGB (Red+Green+Blue) = 29+23+238=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D17EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D17EE is #E2E811. Grayscale: #303030. Windows color (decimal): -14870546 or 15603485. OLE color: 15603485.

HSL color Cylindrical-coordinate representation of color #1D17EE: hue angle of 241.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D17EE is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 23 238 -
CMYK 0.88 0.90 0 0.07
HSL 241.67º 0.86% 0.51% -
HSV(B) 241.67º 0.9% 0.93% -
XYZ 16.25 7.05 81.39 -
YUV 49.3 234.49 113.52 -
System Red Green Blue C M Y K H S L
Decimal 29 23 238 0.88 0.90 0 0.07 241.67 0.86 0.51
Hex 1D 17 EE 58 5A 0 7 F2 56 33
Octal 35 27 356 130 132 0 7 362 126 63
Binary 11101 10111 11101110 1011000 1011010 0 111 11110010 1010110 110011

Color Harmonies of #1D17EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17EE

Black with #1D17EE

Text Example


Text Example

White with #1D17EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D17EE; }

 p { color: rgb(29,23,238); }

 H1.HeaderClassName
 {
   color: #1D17EE;
 }
 .AnyTagClassName
 {
   color: #1D17EE;
 }
</style>

background-color css

<style>
 a { background-color: #1D17EE; }

 a { background-color: rgb(29,23,238); }

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

border-color css

<style>
 span { border-color: #1D17EE; }

 span { border-color: rgb(29,23,238); }

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