Html Css Color HEX #2495BB Pelorous

📋 copy color: '#2495BB'

red 36 ◦ green 149 ◦ blue 187

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

Shades of Pelorous #2495BB

Tints of Pelorous #2495BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 9.68%
G = 40.05%
B = 50.27%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2495BB (or 0x2495BB) is known color: Pelorous. HEX triplet: 24, 95 and BB. RGB value is (36,149,187). Sum of RGB (Red+Green+Blue) = 36+149+187=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #2495BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495BB is #DB6A44. Grayscale: #777777. Windows color (decimal): -14379589 or 12293412. OLE color: 12293412.

HSL color Cylindrical-coordinate representation of color #2495BB: hue angle of 195.1º 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 #2495BB is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 149 187 -
CMYK 0.81 0.20 0 0.27
HSL 195.1º 0.68% 0.44% -
HSV(B) 195.1º 0.81% 0.73% -
XYZ 20.44 25.46 50.85 -
YUV 119.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 36 149 187 0.81 0.20 0 0.27 195.1 0.68 0.44
Hex 24 95 BB 51 14 0 1B C3 44 2C
Octal 44 225 273 121 24 0 33 303 104 54
Binary 100100 10010101 10111011 1010001 10100 0 11011 11000011 1000100 101100

Color Harmonies of #2495BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495BB

Black with #2495BB

Text Example


Text Example

White with #2495BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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