Html Css Color HEX #259FCC Pelorous

📋 copy color: '#259FCC'

red 37 ◦ green 159 ◦ blue 204

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

Shades of Pelorous #259FCC

Tints of Pelorous #259FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 9.25%
G = 39.75%
B = 51%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#259FCC (or 0x259FCC) is known color: Pelorous. HEX triplet: 25, 9F and CC. RGB value is (37,159,204). Sum of RGB (Red+Green+Blue) = 37+159+204=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #259FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FCC is #DA6033. Grayscale: #7F7F7F. Windows color (decimal): -14311476 or 13410085. OLE color: 13410085.

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

Color convert

RGB 37 159 204 -
CMYK 0.82 0.22 0 0.2
HSL 196.17º 0.69% 0.47% -
HSV(B) 196.17º 0.82% 0.8% -
XYZ 24.06 29.55 61.56 -
YUV 127.65 171.08 63.34 -
System Red Green Blue C M Y K H S L
Decimal 37 159 204 0.82 0.22 0 0.2 196.17 0.69 0.47
Hex 25 9F CC 52 16 0 14 C4 45 2F
Octal 45 237 314 122 26 0 24 304 105 57
Binary 100101 10011111 11001100 1010010 10110 0 10100 11000100 1000101 101111

Color Harmonies of #259FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FCC

Black with #259FCC

Text Example


Text Example

White with #259FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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