Html Css Color HEX #1D95CC Pelorous

📋 copy color: '#1D95CC'

red 29 ◦ green 149 ◦ blue 204

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

Shades of Pelorous #1D95CC

Tints of Pelorous #1D95CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 7.59%
G = 39.01%
B = 53.4%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D95CC (or 0x1D95CC) is known color: Pelorous. HEX triplet: 1D, 95 and CC. RGB value is (29,149,204). Sum of RGB (Red+Green+Blue) = 29+149+204=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D95CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D95CC is #E26A33. Grayscale: #777777. Windows color (decimal): -14838324 or 13407517. OLE color: 13407517.

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

Color convert

RGB 29 149 204 -
CMYK 0.86 0.27 0 0.2
HSL 198.86º 0.75% 0.46% -
HSV(B) 198.86º 0.86% 0.8% -
XYZ 22.15 26.12 61 -
YUV 119.39 175.74 63.53 -
System Red Green Blue C M Y K H S L
Decimal 29 149 204 0.86 0.27 0 0.2 198.86 0.75 0.46
Hex 1D 95 CC 56 1B 0 14 C7 4B 2E
Octal 35 225 314 126 33 0 24 307 113 56
Binary 11101 10010101 11001100 1010110 11011 0 10100 11000111 1001011 101110

Color Harmonies of #1D95CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D95CC

Black with #1D95CC

Text Example


Text Example

White with #1D95CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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