Html Css Color HEX #2488CD Curious Blue

📋 copy color: '#2488CD'

red 36 ◦ green 136 ◦ blue 205

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

Shades of Curious Blue #2488CD

Tints of Curious Blue #2488CD

RGB

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

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

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

R = 9.55%
G = 36.07%
B = 54.38%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2488CD (or 0x2488CD) is known color: Curious Blue. HEX triplet: 24, 88 and CD. RGB value is (36,136,205). Sum of RGB (Red+Green+Blue) = 36+136+205=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #2488CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488CD is #DB7732. Grayscale: #717171. Windows color (decimal): -14382899 or 13469732. OLE color: 13469732.

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

Color convert

RGB 36 136 205 -
CMYK 0.82 0.34 0 0.20
HSL 204.5º 0.7% 0.47% -
HSV(B) 204.5º 0.82% 0.8% -
XYZ 20.55 22.39 61 -
YUV 113.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 36 136 205 0.82 0.34 0 0.20 204.5 0.7 0.47
Hex 24 88 CD 52 22 0 14 CC 46 2F
Octal 44 210 315 122 42 0 24 314 106 57
Binary 100100 10001000 11001101 1010010 100010 0 10100 11001100 1000110 101111

Color Harmonies of #2488CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488CD

Black with #2488CD

Text Example


Text Example

White with #2488CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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