Html Css Color HEX #259ACF Pelorous

📋 copy color: '#259ACF'

red 37 ◦ green 154 ◦ blue 207

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

Shades of Pelorous #259ACF

Tints of Pelorous #259ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 9.3%
G = 38.69%
B = 52.01%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#259ACF (or 0x259ACF) is known color: Pelorous. HEX triplet: 25, 9A and CF. RGB value is (37,154,207). Sum of RGB (Red+Green+Blue) = 37+154+207=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #259ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ACF is #DA6530. Grayscale: #7C7C7C. Windows color (decimal): -14312753 or 13605413. OLE color: 13605413.

HSL color Cylindrical-coordinate representation of color #259ACF: hue angle of 198.71º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259ACF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 154 207 -
CMYK 0.82 0.26 0 0.19
HSL 198.71º 0.7% 0.48% -
HSV(B) 198.71º 0.82% 0.81% -
XYZ 23.58 28.01 63.2 -
YUV 125.06 174.24 65.19 -
System Red Green Blue C M Y K H S L
Decimal 37 154 207 0.82 0.26 0 0.19 198.71 0.7 0.48
Hex 25 9A CF 52 1A 0 13 C7 46 30
Octal 45 232 317 122 32 0 23 307 106 60
Binary 100101 10011010 11001111 1010010 11010 0 10011 11000111 1000110 110000

Color Harmonies of #259ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259ACF

Black with #259ACF

Text Example


Text Example

White with #259ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,154,207); }

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

background-color css

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

 a { background-color: rgb(37,154,207); }

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

border-color css

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

 span { border-color: rgb(37,154,207); }

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