Html Css Color HEX #2488BB Pelorous

📋 copy color: '#2488BB'

red 36 ◦ green 136 ◦ blue 187

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

Shades of Pelorous #2488BB

Tints of Pelorous #2488BB

RGB

 RED value IS 36 (14.45% from 255) = 10.03%

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 10.03%
G = 37.88%
B = 52.09%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2488BB (or 0x2488BB) is known color: Pelorous. HEX triplet: 24, 88 and BB. RGB value is (36,136,187). Sum of RGB (Red+Green+Blue) = 36+136+187=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #2488BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488BB is #DB7744. Grayscale: #6F6F6F. Windows color (decimal): -14382917 or 12290084. OLE color: 12290084.

HSL color Cylindrical-coordinate representation of color #2488BB: hue angle of 200.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2488BB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 136 187 -
CMYK 0.81 0.27 0 0.27
HSL 200.26º 0.68% 0.44% -
HSV(B) 200.26º 0.81% 0.73% -
XYZ 18.5 21.57 50.2 -
YUV 111.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 36 136 187 0.81 0.27 0 0.27 200.26 0.68 0.44
Hex 24 88 BB 51 1B 0 1B C8 44 2C
Octal 44 210 273 121 33 0 33 310 104 54
Binary 100100 10001000 10111011 1010001 11011 0 11011 11001000 1000100 101100

Color Harmonies of #2488BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488BB

Black with #2488BB

Text Example


Text Example

White with #2488BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2488BB; }

 p { color: rgb(36,136,187); }

 H1.HeaderClassName
 {
   color: #2488BB;
 }
 .AnyTagClassName
 {
   color: #2488BB;
 }
</style>

background-color css

<style>
 a { background-color: #2488BB; }

 a { background-color: rgb(36,136,187); }

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

border-color css

<style>
 span { border-color: #2488BB; }

 span { border-color: rgb(36,136,187); }

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