Html Css Color HEX #248DCF Curious Blue

📋 copy color: '#248DCF'

red 36 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #248DCF

Tints of Curious Blue #248DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 9.38%
G = 36.72%
B = 53.91%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#248DCF (or 0x248DCF) is known color: Curious Blue. HEX triplet: 24, 8D and CF. RGB value is (36,141,207). Sum of RGB (Red+Green+Blue) = 36+141+207=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #248DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DCF is #DB7230. Grayscale: #747474. Windows color (decimal): -14381617 or 13602084. OLE color: 13602084.

HSL color Cylindrical-coordinate representation of color #248DCF: hue angle of 203.16º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248DCF is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 141 207 -
CMYK 0.83 0.32 0 0.19
HSL 203.16º 0.7% 0.48% -
HSV(B) 203.16º 0.83% 0.81% -
XYZ 21.51 23.93 62.52 -
YUV 117.13 178.71 70.13 -
System Red Green Blue C M Y K H S L
Decimal 36 141 207 0.83 0.32 0 0.19 203.16 0.7 0.48
Hex 24 8D CF 53 20 0 13 CB 46 30
Octal 44 215 317 123 40 0 23 313 106 60
Binary 100100 10001101 11001111 1010011 100000 0 10011 11001011 1000110 110000

Color Harmonies of #248DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DCF

Black with #248DCF

Text Example


Text Example

White with #248DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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