Html Css Color HEX #2488CE Curious Blue

📋 copy color: '#2488CE'

red 36 ◦ green 136 ◦ blue 206

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

Shades of Curious Blue #2488CE

Tints of Curious Blue #2488CE

RGB

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

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

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

R = 9.52%
G = 35.98%
B = 54.5%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2488CE (or 0x2488CE) is known color: Curious Blue. HEX triplet: 24, 88 and CE. RGB value is (36,136,206). Sum of RGB (Red+Green+Blue) = 36+136+206=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #2488CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488CE is #DB7731. Grayscale: #717171. Windows color (decimal): -14382898 or 13535268. OLE color: 13535268.

HSL color Cylindrical-coordinate representation of color #2488CE: hue angle of 204.71º 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 #2488CE is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 136 206 -
CMYK 0.83 0.34 0 0.19
HSL 204.71º 0.7% 0.47% -
HSV(B) 204.71º 0.83% 0.81% -
XYZ 20.67 22.44 61.63 -
YUV 114.08 179.87 72.31 -
System Red Green Blue C M Y K H S L
Decimal 36 136 206 0.83 0.34 0 0.19 204.71 0.7 0.47
Hex 24 88 CE 53 22 0 13 CD 46 2F
Octal 44 210 316 123 42 0 23 315 106 57
Binary 100100 10001000 11001110 1010011 100010 0 10011 11001101 1000110 101111

Color Harmonies of #2488CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488CE

Black with #2488CE

Text Example


Text Example

White with #2488CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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