Html Css Color HEX #2498CE Pelorous

📋 copy color: '#2498CE'

red 36 ◦ green 152 ◦ blue 206

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

Shades of Pelorous #2498CE

Tints of Pelorous #2498CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 9.14%
G = 38.58%
B = 52.28%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2498CE (or 0x2498CE) is known color: Pelorous. HEX triplet: 24, 98 and CE. RGB value is (36,152,206). Sum of RGB (Red+Green+Blue) = 36+152+206=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #2498CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498CE is #DB6731. Grayscale: #7B7B7B. Windows color (decimal): -14378802 or 13539364. OLE color: 13539364.

HSL color Cylindrical-coordinate representation of color #2498CE: hue angle of 199.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2498CE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 152 206 -
CMYK 0.83 0.26 0 0.19
HSL 199.06º 0.7% 0.47% -
HSV(B) 199.06º 0.83% 0.81% -
XYZ 23.1 27.29 62.44 -
YUV 123.47 174.57 65.61 -
System Red Green Blue C M Y K H S L
Decimal 36 152 206 0.83 0.26 0 0.19 199.06 0.7 0.47
Hex 24 98 CE 53 1A 0 13 C7 46 2F
Octal 44 230 316 123 32 0 23 307 106 57
Binary 100100 10011000 11001110 1010011 11010 0 10011 11000111 1000110 101111

Color Harmonies of #2498CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498CE

Black with #2498CE

Text Example


Text Example

White with #2498CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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