Html Css Color HEX #1D95CE Pelorous

📋 copy color: '#1D95CE'

red 29 ◦ green 149 ◦ blue 206

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

Shades of Pelorous #1D95CE

Tints of Pelorous #1D95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 7.55%
G = 38.8%
B = 53.65%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D95CE (or 0x1D95CE) is known color: Pelorous. HEX triplet: 1D, 95 and CE. RGB value is (29,149,206). Sum of RGB (Red+Green+Blue) = 29+149+206=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D95CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D95CE is #E26A31. Grayscale: #777777. Windows color (decimal): -14838322 or 13538589. OLE color: 13538589.

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

Color convert

RGB 29 149 206 -
CMYK 0.86 0.28 0 0.19
HSL 199.32º 0.75% 0.46% -
HSV(B) 199.32º 0.86% 0.81% -
XYZ 22.39 26.21 62.27 -
YUV 119.62 176.74 63.37 -
System Red Green Blue C M Y K H S L
Decimal 29 149 206 0.86 0.28 0 0.19 199.32 0.75 0.46
Hex 1D 95 CE 56 1C 0 13 C7 4B 2E
Octal 35 225 316 126 34 0 23 307 113 56
Binary 11101 10010101 11001110 1010110 11100 0 10011 11000111 1001011 101110

Color Harmonies of #1D95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D95CE

Black with #1D95CE

Text Example


Text Example

White with #1D95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,149,206); }

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

background-color css

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

 a { background-color: rgb(29,149,206); }

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

border-color css

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

 span { border-color: rgb(29,149,206); }

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