Html Css Color HEX #448DCB Curious Blue

📋 copy color: '#448DCB'

red 68 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #448DCB

Tints of Curious Blue #448DCB

RGB

 RED value IS 68 (26.95% from 255) = 16.5%

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

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

R = 16.5%
G = 34.22%
B = 49.27%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#448DCB (or 0x448DCB) is known color: Curious Blue. HEX triplet: 44, 8D and CB. RGB value is (68,141,203). Sum of RGB (Red+Green+Blue) = 68+141+203=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #448DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DCB is #BB7234. Grayscale: #7D7D7D. Windows color (decimal): -12284469 or 13339972. OLE color: 13339972.

HSL color Cylindrical-coordinate representation of color #448DCB: hue angle of 207.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448DCB is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 141 203 -
CMYK 0.67 0.31 0 0.20
HSL 207.56º 0.56% 0.53% -
HSV(B) 207.56º 0.67% 0.8% -
XYZ 22.69 24.59 60.05 -
YUV 126.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 68 141 203 0.67 0.31 0 0.20 207.56 0.56 0.53
Hex 44 8D CB 43 1F 0 14 D0 38 35
Octal 104 215 313 103 37 0 24 320 70 65
Binary 1000100 10001101 11001011 1000011 11111 0 10100 11010000 111000 110101

Color Harmonies of #448DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DCB

Black with #448DCB

Text Example


Text Example

White with #448DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448DCB; }

 p { color: rgb(68,141,203); }

 H1.HeaderClassName
 {
   color: #448DCB;
 }
 .AnyTagClassName
 {
   color: #448DCB;
 }
</style>

background-color css

<style>
 a { background-color: #448DCB; }

 a { background-color: rgb(68,141,203); }

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

border-color css

<style>
 span { border-color: #448DCB; }

 span { border-color: rgb(68,141,203); }

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