Html Css Color HEX #448AC0 Curious Blue

📋 copy color: '#448AC0'

red 68 ◦ green 138 ◦ blue 192

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

Shades of Curious Blue #448AC0

Tints of Curious Blue #448AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.24%

R = 17.09%
G = 34.67%
B = 48.24%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#448AC0 (or 0x448AC0) is known color: Curious Blue. HEX triplet: 44, 8A and C0. RGB value is (68,138,192). Sum of RGB (Red+Green+Blue) = 68+138+192=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #448AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AC0 is #BB753F. Grayscale: #7A7A7A. Windows color (decimal): -12285248 or 12618308. OLE color: 12618308.

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

Color convert

RGB 68 138 192 -
CMYK 0.65 0.28 0 0.25
HSL 206.13º 0.5% 0.51% -
HSV(B) 206.13º 0.65% 0.75% -
XYZ 20.99 23.21 53.24 -
YUV 123.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 68 138 192 0.65 0.28 0 0.25 206.13 0.5 0.51
Hex 44 8A C0 41 1C 0 19 CE 32 33
Octal 104 212 300 101 34 0 31 316 62 63
Binary 1000100 10001010 11000000 1000001 11100 0 11001 11001110 110010 110011

Color Harmonies of #448AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AC0

Black with #448AC0

Text Example


Text Example

White with #448AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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