Html Css Color HEX #1D88CF Pelorous

📋 copy color: '#1D88CF'

red 29 ◦ green 136 ◦ blue 207

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

Shades of Pelorous #1D88CF

Tints of Pelorous #1D88CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 7.8%
G = 36.56%
B = 55.65%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D88CF (or 0x1D88CF) is known color: Pelorous. HEX triplet: 1D, 88 and CF. RGB value is (29,136,207). Sum of RGB (Red+Green+Blue) = 29+136+207=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D88CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D88CF is #E27730. Grayscale: #6F6F6F. Windows color (decimal): -14841649 or 13600797. OLE color: 13600797.

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

Color convert

RGB 29 136 207 -
CMYK 0.86 0.34 0 0.19
HSL 203.93º 0.75% 0.46% -
HSV(B) 203.93º 0.86% 0.81% -
XYZ 20.57 22.37 62.27 -
YUV 112.1 181.55 68.73 -
System Red Green Blue C M Y K H S L
Decimal 29 136 207 0.86 0.34 0 0.19 203.93 0.75 0.46
Hex 1D 88 CF 56 22 0 13 CC 4B 2E
Octal 35 210 317 126 42 0 23 314 113 56
Binary 11101 10001000 11001111 1010110 100010 0 10011 11001100 1001011 101110

Color Harmonies of #1D88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D88CF

Black with #1D88CF

Text Example


Text Example

White with #1D88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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