Html Css Color HEX #248DCD Curious Blue

📋 copy color: '#248DCD'

red 36 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #248DCD

Tints of Curious Blue #248DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

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

R = 9.42%
G = 36.91%
B = 53.66%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#248DCD (or 0x248DCD) is known color: Curious Blue. HEX triplet: 24, 8D and CD. RGB value is (36,141,205). Sum of RGB (Red+Green+Blue) = 36+141+205=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #248DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DCD is #DB7232. Grayscale: #747474. Windows color (decimal): -14381619 or 13471012. OLE color: 13471012.

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

Color convert

RGB 36 141 205 -
CMYK 0.82 0.31 0 0.20
HSL 202.72º 0.7% 0.47% -
HSV(B) 202.72º 0.82% 0.8% -
XYZ 21.27 23.83 61.24 -
YUV 116.9 177.71 70.3 -
System Red Green Blue C M Y K H S L
Decimal 36 141 205 0.82 0.31 0 0.20 202.72 0.7 0.47
Hex 24 8D CD 52 1F 0 14 CB 46 2F
Octal 44 215 315 122 37 0 24 313 106 57
Binary 100100 10001101 11001101 1010010 11111 0 10100 11001011 1000110 101111

Color Harmonies of #248DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DCD

Black with #248DCD

Text Example


Text Example

White with #248DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248DCD; }

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

 H1.HeaderClassName
 {
   color: #248DCD;
 }
 .AnyTagClassName
 {
   color: #248DCD;
 }
</style>

background-color css

<style>
 a { background-color: #248DCD; }

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

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

border-color css

<style>
 span { border-color: #248DCD; }

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

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