Html Css Color HEX #1D95CF Pelorous

📋 copy color: '#1D95CF'

red 29 ◦ green 149 ◦ blue 207

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

Shades of Pelorous #1D95CF

Tints of Pelorous #1D95CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 7.53%
G = 38.7%
B = 53.77%

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

#1D95CF (or 0x1D95CF) is known color: Pelorous. HEX triplet: 1D, 95 and CF. RGB value is (29,149,207). Sum of RGB (Red+Green+Blue) = 29+149+207=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D95CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D95CF is #E26A30. Grayscale: #777777. Windows color (decimal): -14838321 or 13604125. OLE color: 13604125.

HSL color Cylindrical-coordinate representation of color #1D95CF: hue angle of 199.55º 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 #1D95CF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 149 207 -
CMYK 0.86 0.28 0 0.19
HSL 199.55º 0.75% 0.46% -
HSV(B) 199.55º 0.86% 0.81% -
XYZ 22.52 26.26 62.91 -
YUV 119.73 177.24 63.28 -
System Red Green Blue C M Y K H S L
Decimal 29 149 207 0.86 0.28 0 0.19 199.55 0.75 0.46
Hex 1D 95 CF 56 1C 0 13 C8 4B 2E
Octal 35 225 317 126 34 0 23 310 113 56
Binary 11101 10010101 11001111 1010110 11100 0 10011 11001000 1001011 101110

Color Harmonies of #1D95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D95CF

Black with #1D95CF

Text Example


Text Example

White with #1D95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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