Html Css Color HEX #259BCC Pelorous

📋 copy color: '#259BCC'

red 37 ◦ green 155 ◦ blue 204

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

Shades of Pelorous #259BCC

Tints of Pelorous #259BCC

RGB

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

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

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

R = 9.34%
G = 39.14%
B = 51.52%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#259BCC (or 0x259BCC) is known color: Pelorous. HEX triplet: 25, 9B and CC. RGB value is (37,155,204). Sum of RGB (Red+Green+Blue) = 37+155+204=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #259BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BCC is #DA6433. Grayscale: #7C7C7C. Windows color (decimal): -14312500 or 13409061. OLE color: 13409061.

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

Color convert

RGB 37 155 204 -
CMYK 0.82 0.24 0 0.2
HSL 197.6º 0.69% 0.47% -
HSV(B) 197.6º 0.82% 0.8% -
XYZ 23.38 28.2 61.34 -
YUV 125.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 37 155 204 0.82 0.24 0 0.2 197.6 0.69 0.47
Hex 25 9B CC 52 18 0 14 C6 45 2F
Octal 45 233 314 122 30 0 24 306 105 57
Binary 100101 10011011 11001100 1010010 11000 0 10100 11000110 1000101 101111

Color Harmonies of #259BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BCC

Black with #259BCC

Text Example


Text Example

White with #259BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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