Html Css Color HEX #2498CD Pelorous

📋 copy color: '#2498CD'

red 36 ◦ green 152 ◦ blue 205

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

Shades of Pelorous #2498CD

Tints of Pelorous #2498CD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 9.16%
G = 38.68%
B = 52.16%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2498CD (or 0x2498CD) is known color: Pelorous. HEX triplet: 24, 98 and CD. RGB value is (36,152,205). Sum of RGB (Red+Green+Blue) = 36+152+205=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #2498CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498CD is #DB6732. Grayscale: #7B7B7B. Windows color (decimal): -14378803 or 13473828. OLE color: 13473828.

HSL color Cylindrical-coordinate representation of color #2498CD: hue angle of 198.82º degrees, saturation: 0.7, 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 #2498CD is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 152 205 -
CMYK 0.82 0.26 0 0.20
HSL 198.82º 0.7% 0.47% -
HSV(B) 198.82º 0.82% 0.8% -
XYZ 22.98 27.24 61.8 -
YUV 123.36 174.07 65.69 -
System Red Green Blue C M Y K H S L
Decimal 36 152 205 0.82 0.26 0 0.20 198.82 0.7 0.47
Hex 24 98 CD 52 1A 0 14 C7 46 2F
Octal 44 230 315 122 32 0 24 307 106 57
Binary 100100 10011000 11001101 1010010 11010 0 10100 11000111 1000110 101111

Color Harmonies of #2498CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498CD

Black with #2498CD

Text Example


Text Example

White with #2498CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2498CD; }

 p { color: rgb(36,152,205); }

 H1.HeaderClassName
 {
   color: #2498CD;
 }
 .AnyTagClassName
 {
   color: #2498CD;
 }
</style>

background-color css

<style>
 a { background-color: #2498CD; }

 a { background-color: rgb(36,152,205); }

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

border-color css

<style>
 span { border-color: #2498CD; }

 span { border-color: rgb(36,152,205); }

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