Html Css Color HEX #259BCA Pelorous

📋 copy color: '#259BCA'

red 37 ◦ green 155 ◦ blue 202

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

Shades of Pelorous #259BCA

Tints of Pelorous #259BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 9.39%
G = 39.34%
B = 51.27%

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

#259BCA (or 0x259BCA) is known color: Pelorous. HEX triplet: 25, 9B and CA. RGB value is (37,155,202). Sum of RGB (Red+Green+Blue) = 37+155+202=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #259BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BCA is #DA6435. Grayscale: #7C7C7C. Windows color (decimal): -14312502 or 13277989. OLE color: 13277989.

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

Color convert

RGB 37 155 202 -
CMYK 0.82 0.23 0 0.21
HSL 197.09º 0.69% 0.47% -
HSV(B) 197.09º 0.82% 0.79% -
XYZ 23.14 28.1 60.08 -
YUV 125.08 171.41 65.18 -
System Red Green Blue C M Y K H S L
Decimal 37 155 202 0.82 0.23 0 0.21 197.09 0.69 0.47
Hex 25 9B CA 52 17 0 15 C5 45 2F
Octal 45 233 312 122 27 0 25 305 105 57
Binary 100101 10011011 11001010 1010010 10111 0 10101 11000101 1000101 101111

Color Harmonies of #259BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BCA

Black with #259BCA

Text Example


Text Example

White with #259BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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