Html Css Color HEX #248BCB Curious Blue

📋 copy color: '#248BCB'

red 36 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #248BCB

Tints of Curious Blue #248BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 9.52%
G = 36.77%
B = 53.7%

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

#248BCB (or 0x248BCB) is known color: Curious Blue. HEX triplet: 24, 8B and CB. RGB value is (36,139,203). Sum of RGB (Red+Green+Blue) = 36+139+203=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #248BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248BCB is #DB7434. Grayscale: #737373. Windows color (decimal): -14382133 or 13339428. OLE color: 13339428.

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

Color convert

RGB 36 139 203 -
CMYK 0.82 0.32 0 0.20
HSL 202.99º 0.7% 0.47% -
HSV(B) 202.99º 0.82% 0.8% -
XYZ 20.74 23.15 59.88 -
YUV 115.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 36 139 203 0.82 0.32 0 0.20 202.99 0.7 0.47
Hex 24 8B CB 52 20 0 14 CB 46 2F
Octal 44 213 313 122 40 0 24 313 106 57
Binary 100100 10001011 11001011 1010010 100000 0 10100 11001011 1000110 101111

Color Harmonies of #248BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BCB

Black with #248BCB

Text Example


Text Example

White with #248BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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