Html Css Color HEX #1D93CD Pelorous

📋 copy color: '#1D93CD'

red 29 ◦ green 147 ◦ blue 205

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

Shades of Pelorous #1D93CD

Tints of Pelorous #1D93CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 7.61%
G = 38.58%
B = 53.81%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D93CD (or 0x1D93CD) is known color: Pelorous. HEX triplet: 1D, 93 and CD. RGB value is (29,147,205). Sum of RGB (Red+Green+Blue) = 29+147+205=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D93CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D93CD is #E26C32. Grayscale: #757575. Windows color (decimal): -14838835 or 13472541. OLE color: 13472541.

HSL color Cylindrical-coordinate representation of color #1D93CD: hue angle of 199.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D93CD is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 147 205 -
CMYK 0.86 0.28 0 0.20
HSL 199.77º 0.75% 0.46% -
HSV(B) 199.77º 0.86% 0.8% -
XYZ 21.96 25.54 61.53 -
YUV 118.33 176.91 64.28 -
System Red Green Blue C M Y K H S L
Decimal 29 147 205 0.86 0.28 0 0.20 199.77 0.75 0.46
Hex 1D 93 CD 56 1C 0 14 C8 4B 2E
Octal 35 223 315 126 34 0 24 310 113 56
Binary 11101 10010011 11001101 1010110 11100 0 10100 11001000 1001011 101110

Color Harmonies of #1D93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D93CD

Black with #1D93CD

Text Example


Text Example

White with #1D93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,147,205); }

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

background-color css

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

 a { background-color: rgb(29,147,205); }

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

border-color css

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

 span { border-color: rgb(29,147,205); }

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