Html Css Color HEX #1985C9 Pelorous

📋 copy color: '#1985C9'

red 25 ◦ green 133 ◦ blue 201

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

Shades of Pelorous #1985C9

Tints of Pelorous #1985C9

RGB

 RED value IS 25 (10.16% from 255) = 6.96%

 GREEN value IS 133 (52.34% from 255) = 37.05%

 BLUE value IS 201 (78.91% from 255) = 55.99%

R = 6.96%
G = 37.05%
B = 55.99%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1985C9 (or 0x1985C9) is known color: Pelorous. HEX triplet: 19, 85 and C9. RGB value is (25,133,201). Sum of RGB (Red+Green+Blue) = 25+133+201=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #1985C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985C9 is #E67A36. Grayscale: #6C6C6C. Windows color (decimal): -15104567 or 13206809. OLE color: 13206809.

HSL color Cylindrical-coordinate representation of color #1985C9: hue angle of 203.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1985C9 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 133 201 -
CMYK 0.88 0.34 0 0.21
HSL 203.18º 0.78% 0.44% -
HSV(B) 203.18º 0.88% 0.79% -
XYZ 19.33 21.2 58.33 -
YUV 108.46 180.22 68.47 -
System Red Green Blue C M Y K H S L
Decimal 25 133 201 0.88 0.34 0 0.21 203.18 0.78 0.44
Hex 19 85 C9 58 22 0 15 CB 4E 2C
Octal 31 205 311 130 42 0 25 313 116 54
Binary 11001 10000101 11001001 1011000 100010 0 10101 11001011 1001110 101100

Color Harmonies of #1985C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985C9

Black with #1985C9

Text Example


Text Example

White with #1985C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1985C9; }

 p { color: rgb(25,133,201); }

 H1.HeaderClassName
 {
   color: #1985C9;
 }
 .AnyTagClassName
 {
   color: #1985C9;
 }
</style>

background-color css

<style>
 a { background-color: #1985C9; }

 a { background-color: rgb(25,133,201); }

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

border-color css

<style>
 span { border-color: #1985C9; }

 span { border-color: rgb(25,133,201); }

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