Html Css Color HEX #248DCC Curious Blue

📋 copy color: '#248DCC'

red 36 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #248DCC

Tints of Curious Blue #248DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 9.45%
G = 37.01%
B = 53.54%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#248DCC (or 0x248DCC) is known color: Curious Blue. HEX triplet: 24, 8D and CC. RGB value is (36,141,204). Sum of RGB (Red+Green+Blue) = 36+141+204=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #248DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DCC is #DB7233. Grayscale: #747474. Windows color (decimal): -14381620 or 13405476. OLE color: 13405476.

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

Color convert

RGB 36 141 204 -
CMYK 0.82 0.31 0 0.2
HSL 202.5º 0.7% 0.47% -
HSV(B) 202.5º 0.82% 0.8% -
XYZ 21.15 23.78 60.6 -
YUV 116.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 36 141 204 0.82 0.31 0 0.2 202.5 0.7 0.47
Hex 24 8D CC 52 1F 0 14 CA 46 2F
Octal 44 215 314 122 37 0 24 312 106 57
Binary 100100 10001101 11001100 1010010 11111 0 10100 11001010 1000110 101111

Color Harmonies of #248DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DCC

Black with #248DCC

Text Example


Text Example

White with #248DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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