Html Css Color HEX #448AC1 Curious Blue

📋 copy color: '#448AC1'

red 68 ◦ green 138 ◦ blue 193

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

Shades of Curious Blue #448AC1

Tints of Curious Blue #448AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 17.04%
G = 34.59%
B = 48.37%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#448AC1 (or 0x448AC1) is known color: Curious Blue. HEX triplet: 44, 8A and C1. RGB value is (68,138,193). Sum of RGB (Red+Green+Blue) = 68+138+193=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #448AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AC1 is #BB753E. Grayscale: #7B7B7B. Windows color (decimal): -12285247 or 12683844. OLE color: 12683844.

HSL color Cylindrical-coordinate representation of color #448AC1: hue angle of 206.4º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448AC1 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 138 193 -
CMYK 0.65 0.28 0 0.24
HSL 206.4º 0.5% 0.51% -
HSV(B) 206.4º 0.65% 0.76% -
XYZ 21.1 23.26 53.83 -
YUV 123.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 68 138 193 0.65 0.28 0 0.24 206.4 0.5 0.51
Hex 44 8A C1 41 1C 0 18 CE 32 33
Octal 104 212 301 101 34 0 30 316 62 63
Binary 1000100 10001010 11000001 1000001 11100 0 11000 11001110 110010 110011

Color Harmonies of #448AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AC1

Black with #448AC1

Text Example


Text Example

White with #448AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,193); }

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

background-color css

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

 a { background-color: rgb(68,138,193); }

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

border-color css

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

 span { border-color: rgb(68,138,193); }

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