Html Css Color HEX #2488BE Pelorous

📋 copy color: '#2488BE'

red 36 ◦ green 136 ◦ blue 190

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

Shades of Pelorous #2488BE

Tints of Pelorous #2488BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 9.94%
G = 37.57%
B = 52.49%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2488BE (or 0x2488BE) is known color: Pelorous. HEX triplet: 24, 88 and BE. RGB value is (36,136,190). Sum of RGB (Red+Green+Blue) = 36+136+190=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #2488BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488BE is #DB7741. Grayscale: #6F6F6F. Windows color (decimal): -14382914 or 12486692. OLE color: 12486692.

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

Color convert

RGB 36 136 190 -
CMYK 0.81 0.28 0 0.25
HSL 201.04º 0.68% 0.44% -
HSV(B) 201.04º 0.81% 0.75% -
XYZ 18.83 21.7 51.91 -
YUV 112.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 36 136 190 0.81 0.28 0 0.25 201.04 0.68 0.44
Hex 24 88 BE 51 1C 0 19 C9 44 2C
Octal 44 210 276 121 34 0 31 311 104 54
Binary 100100 10001000 10111110 1010001 11100 0 11001 11001001 1000100 101100

Color Harmonies of #2488BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488BE

Black with #2488BE

Text Example


Text Example

White with #2488BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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