Html Css Color HEX #259DCB Pelorous

📋 copy color: '#259DCB'

red 37 ◦ green 157 ◦ blue 203

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

Shades of Pelorous #259DCB

Tints of Pelorous #259DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 9.32%
G = 39.55%
B = 51.13%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#259DCB (or 0x259DCB) is known color: Pelorous. HEX triplet: 25, 9D and CB. RGB value is (37,157,203). Sum of RGB (Red+Green+Blue) = 37+157+203=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #259DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DCB is #DA6234. Grayscale: #7E7E7E. Windows color (decimal): -14311989 or 13344037. OLE color: 13344037.

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

Color convert

RGB 37 157 203 -
CMYK 0.82 0.23 0 0.20
HSL 196.63º 0.69% 0.47% -
HSV(B) 196.63º 0.82% 0.8% -
XYZ 23.6 28.82 60.82 -
YUV 126.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 37 157 203 0.82 0.23 0 0.20 196.63 0.69 0.47
Hex 25 9D CB 52 17 0 14 C5 45 2F
Octal 45 235 313 122 27 0 24 305 105 57
Binary 100101 10011101 11001011 1010010 10111 0 10100 11000101 1000101 101111

Color Harmonies of #259DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DCB

Black with #259DCB

Text Example


Text Example

White with #259DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,157,203); }

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

background-color css

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

 a { background-color: rgb(37,157,203); }

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

border-color css

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

 span { border-color: rgb(37,157,203); }

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