Html Css Color HEX #259BC9 Pelorous

📋 copy color: '#259BC9'

red 37 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #259BC9

Tints of Pelorous #259BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

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

R = 9.41%
G = 39.44%
B = 51.15%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#259BC9 (or 0x259BC9) is known color: Pelorous. HEX triplet: 25, 9B and C9. RGB value is (37,155,201). Sum of RGB (Red+Green+Blue) = 37+155+201=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #259BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BC9 is #DA6436. Grayscale: #7C7C7C. Windows color (decimal): -14312503 or 13212453. OLE color: 13212453.

HSL color Cylindrical-coordinate representation of color #259BC9: hue angle of 196.83º 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 #259BC9 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 155 201 -
CMYK 0.82 0.23 0 0.21
HSL 196.83º 0.69% 0.47% -
HSV(B) 196.83º 0.82% 0.79% -
XYZ 23.03 28.05 59.46 -
YUV 124.96 170.91 65.26 -
System Red Green Blue C M Y K H S L
Decimal 37 155 201 0.82 0.23 0 0.21 196.83 0.69 0.47
Hex 25 9B C9 52 17 0 15 C5 45 2F
Octal 45 233 311 122 27 0 25 305 105 57
Binary 100101 10011011 11001001 1010010 10111 0 10101 11000101 1000101 101111

Color Harmonies of #259BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BC9

Black with #259BC9

Text Example


Text Example

White with #259BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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