Html Css Color HEX #248CCD Curious Blue

📋 copy color: '#248CCD'

red 36 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #248CCD

Tints of Curious Blue #248CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 9.45%
G = 36.75%
B = 53.81%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#248CCD (or 0x248CCD) is known color: Curious Blue. HEX triplet: 24, 8C and CD. RGB value is (36,140,205). Sum of RGB (Red+Green+Blue) = 36+140+205=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #248CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CCD is #DB7332. Grayscale: #737373. Windows color (decimal): -14381875 or 13470756. OLE color: 13470756.

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

Color convert

RGB 36 140 205 -
CMYK 0.82 0.32 0 0.20
HSL 203.08º 0.7% 0.47% -
HSV(B) 203.08º 0.82% 0.8% -
XYZ 21.13 23.54 61.19 -
YUV 116.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 36 140 205 0.82 0.32 0 0.20 203.08 0.7 0.47
Hex 24 8C CD 52 20 0 14 CB 46 2F
Octal 44 214 315 122 40 0 24 313 106 57
Binary 100100 10001100 11001101 1010010 100000 0 10100 11001011 1000110 101111

Color Harmonies of #248CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CCD

Black with #248CCD

Text Example


Text Example

White with #248CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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