Html Css Color HEX #1D7FB4 Pelorous

📋 copy color: '#1D7FB4'

red 29 ◦ green 127 ◦ blue 180

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

Shades of Pelorous #1D7FB4

Tints of Pelorous #1D7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 37.8%

 BLUE value IS 180 (70.7% from 255) = 53.57%

R = 8.63%
G = 37.8%
B = 53.57%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1D7FB4 (or 0x1D7FB4) is known color: Pelorous. HEX triplet: 1D, 7F and B4. RGB value is (29,127,180). Sum of RGB (Red+Green+Blue) = 29+127+180=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D7FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7FB4 is #E2804B. Grayscale: #676767. Windows color (decimal): -14843980 or 11829021. OLE color: 11829021.

HSL color Cylindrical-coordinate representation of color #1D7FB4: hue angle of 201.06º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7FB4 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 127 180 -
CMYK 0.84 0.29 0 0.29
HSL 201.06º 0.72% 0.41% -
HSV(B) 201.06º 0.84% 0.71% -
XYZ 16.33 18.74 45.94 -
YUV 103.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 29 127 180 0.84 0.29 0 0.29 201.06 0.72 0.41
Hex 1D 7F B4 54 1D 0 1D C9 48 29
Octal 35 177 264 124 35 0 35 311 110 51
Binary 11101 1111111 10110100 1010100 11101 0 11101 11001001 1001000 101001

Color Harmonies of #1D7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7FB4

Black with #1D7FB4

Text Example


Text Example

White with #1D7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,180); }

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

background-color css

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

 a { background-color: rgb(29,127,180); }

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

border-color css

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

 span { border-color: rgb(29,127,180); }

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