Html Css Color HEX #248DCE Curious Blue

📋 copy color: '#248DCE'

red 36 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #248DCE

Tints of Curious Blue #248DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 9.4%
G = 36.81%
B = 53.79%

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

#248DCE (or 0x248DCE) is known color: Curious Blue. HEX triplet: 24, 8D and CE. RGB value is (36,141,206). Sum of RGB (Red+Green+Blue) = 36+141+206=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #248DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DCE is #DB7231. Grayscale: #747474. Windows color (decimal): -14381618 or 13536548. OLE color: 13536548.

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

Color convert

RGB 36 141 206 -
CMYK 0.83 0.32 0 0.19
HSL 202.94º 0.7% 0.47% -
HSV(B) 202.94º 0.83% 0.81% -
XYZ 21.39 23.88 61.87 -
YUV 117.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 36 141 206 0.83 0.32 0 0.19 202.94 0.7 0.47
Hex 24 8D CE 53 20 0 13 CB 46 2F
Octal 44 215 316 123 40 0 23 313 106 57
Binary 100100 10001101 11001110 1010011 100000 0 10011 11001011 1000110 101111

Color Harmonies of #248DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248DCE

Black with #248DCE

Text Example


Text Example

White with #248DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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