Html Css Color HEX #259EC9 Pelorous

📋 copy color: '#259EC9'

red 37 ◦ green 158 ◦ blue 201

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

Shades of Pelorous #259EC9

Tints of Pelorous #259EC9

RGB

 RED value IS 37 (14.84% from 255) = 9.34%

 GREEN value IS 158 (62.11% from 255) = 39.9%

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

R = 9.34%
G = 39.9%
B = 50.76%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#259EC9 (or 0x259EC9) is known color: Pelorous. HEX triplet: 25, 9E and C9. RGB value is (37,158,201). Sum of RGB (Red+Green+Blue) = 37+158+201=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #259EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EC9 is #DA6136. Grayscale: #7E7E7E. Windows color (decimal): -14311735 or 13213221. OLE color: 13213221.

HSL color Cylindrical-coordinate representation of color #259EC9: hue angle of 195.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259EC9 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 158 201 -
CMYK 0.82 0.21 0 0.21
HSL 195.73º 0.69% 0.47% -
HSV(B) 195.73º 0.82% 0.79% -
XYZ 23.53 29.06 59.63 -
YUV 126.72 169.91 64 -
System Red Green Blue C M Y K H S L
Decimal 37 158 201 0.82 0.21 0 0.21 195.73 0.69 0.47
Hex 25 9E C9 52 15 0 15 C4 45 2F
Octal 45 236 311 122 25 0 25 304 105 57
Binary 100101 10011110 11001001 1010010 10101 0 10101 11000100 1000101 101111

Color Harmonies of #259EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EC9

Black with #259EC9

Text Example


Text Example

White with #259EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259EC9; }

 p { color: rgb(37,158,201); }

 H1.HeaderClassName
 {
   color: #259EC9;
 }
 .AnyTagClassName
 {
   color: #259EC9;
 }
</style>

background-color css

<style>
 a { background-color: #259EC9; }

 a { background-color: rgb(37,158,201); }

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

border-color css

<style>
 span { border-color: #259EC9; }

 span { border-color: rgb(37,158,201); }

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