Html Css Color HEX #2488BC Pelorous

📋 copy color: '#2488BC'

red 36 ◦ green 136 ◦ blue 188

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

Shades of Pelorous #2488BC

Tints of Pelorous #2488BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 10%
G = 37.78%
B = 52.22%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2488BC (or 0x2488BC) is known color: Pelorous. HEX triplet: 24, 88 and BC. RGB value is (36,136,188). Sum of RGB (Red+Green+Blue) = 36+136+188=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #2488BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488BC is #DB7743. Grayscale: #6F6F6F. Windows color (decimal): -14382916 or 12355620. OLE color: 12355620.

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

Color convert

RGB 36 136 188 -
CMYK 0.81 0.28 0 0.26
HSL 200.53º 0.68% 0.44% -
HSV(B) 200.53º 0.81% 0.74% -
XYZ 18.61 21.61 50.77 -
YUV 112.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 36 136 188 0.81 0.28 0 0.26 200.53 0.68 0.44
Hex 24 88 BC 51 1C 0 1A C9 44 2C
Octal 44 210 274 121 34 0 32 311 104 54
Binary 100100 10001000 10111100 1010001 11100 0 11010 11001001 1000100 101100

Color Harmonies of #2488BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488BC

Black with #2488BC

Text Example


Text Example

White with #2488BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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