Html Css Color HEX #1782BD Pelorous

📋 copy color: '#1782BD'

red 23 ◦ green 130 ◦ blue 189

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

Shades of Pelorous #1782BD

Tints of Pelorous #1782BD

RGB

 RED value IS 23 (9.38% from 255) = 6.73%

 GREEN value IS 130 (51.17% from 255) = 38.01%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 6.73%
G = 38.01%
B = 55.26%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1782BD (or 0x1782BD) is known color: Pelorous. HEX triplet: 17, 82 and BD. RGB value is (23,130,189). Sum of RGB (Red+Green+Blue) = 23+130+189=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #1782BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782BD is #E87D42. Grayscale: #686868. Windows color (decimal): -15236419 or 12419607. OLE color: 12419607.

HSL color Cylindrical-coordinate representation of color #1782BD: hue angle of 201.33º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1782BD is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 130 189 -
CMYK 0.88 0.31 0 0.26
HSL 201.33º 0.78% 0.42% -
HSV(B) 201.33º 0.88% 0.74% -
XYZ 17.52 19.82 51.05 -
YUV 104.73 175.55 69.7 -
System Red Green Blue C M Y K H S L
Decimal 23 130 189 0.88 0.31 0 0.26 201.33 0.78 0.42
Hex 17 82 BD 58 1F 0 1A C9 4E 2A
Octal 27 202 275 130 37 0 32 311 116 52
Binary 10111 10000010 10111101 1011000 11111 0 11010 11001001 1001110 101010

Color Harmonies of #1782BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1782BD

Black with #1782BD

Text Example


Text Example

White with #1782BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1782BD; }

 p { color: rgb(23,130,189); }

 H1.HeaderClassName
 {
   color: #1782BD;
 }
 .AnyTagClassName
 {
   color: #1782BD;
 }
</style>

background-color css

<style>
 a { background-color: #1782BD; }

 a { background-color: rgb(23,130,189); }

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

border-color css

<style>
 span { border-color: #1782BD; }

 span { border-color: rgb(23,130,189); }

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