Html Css Color HEX #259FCB Pelorous

📋 copy color: '#259FCB'

red 37 ◦ green 159 ◦ blue 203

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

Shades of Pelorous #259FCB

Tints of Pelorous #259FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 9.27%
G = 39.85%
B = 50.88%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#259FCB (or 0x259FCB) is known color: Pelorous. HEX triplet: 25, 9F and CB. RGB value is (37,159,203). Sum of RGB (Red+Green+Blue) = 37+159+203=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #259FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FCB is #DA6034. Grayscale: #7F7F7F. Windows color (decimal): -14311477 or 13344549. OLE color: 13344549.

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

Color convert

RGB 37 159 203 -
CMYK 0.82 0.22 0 0.20
HSL 195.9º 0.69% 0.47% -
HSV(B) 195.9º 0.82% 0.8% -
XYZ 23.94 29.5 60.93 -
YUV 127.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 37 159 203 0.82 0.22 0 0.20 195.9 0.69 0.47
Hex 25 9F CB 52 16 0 14 C4 45 2F
Octal 45 237 313 122 26 0 24 304 105 57
Binary 100101 10011111 11001011 1010010 10110 0 10100 11000100 1000101 101111

Color Harmonies of #259FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FCB

Black with #259FCB

Text Example


Text Example

White with #259FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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