Html Css Color HEX #248BCC Curious Blue

📋 copy color: '#248BCC'

red 36 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #248BCC

Tints of Curious Blue #248BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 9.5%
G = 36.68%
B = 53.83%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#248BCC (or 0x248BCC) is known color: Curious Blue. HEX triplet: 24, 8B and CC. RGB value is (36,139,204). Sum of RGB (Red+Green+Blue) = 36+139+204=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #248BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BCC is #DB7433. Grayscale: #737373. Windows color (decimal): -14382132 or 13404964. OLE color: 13404964.

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

Color convert

RGB 36 139 204 -
CMYK 0.82 0.32 0 0.2
HSL 203.21º 0.7% 0.47% -
HSV(B) 203.21º 0.82% 0.8% -
XYZ 20.86 23.2 60.51 -
YUV 115.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 36 139 204 0.82 0.32 0 0.2 203.21 0.7 0.47
Hex 24 8B CC 52 20 0 14 CB 46 2F
Octal 44 213 314 122 40 0 24 313 106 57
Binary 100100 10001011 11001100 1010010 100000 0 10100 11001011 1000110 101111

Color Harmonies of #248BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BCC

Black with #248BCC

Text Example


Text Example

White with #248BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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