Html Css Color HEX #448ACD Curious Blue

📋 copy color: '#448ACD'

red 68 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #448ACD

Tints of Curious Blue #448ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 16.55%
G = 33.58%
B = 49.88%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#448ACD (or 0x448ACD) is known color: Curious Blue. HEX triplet: 44, 8A and CD. RGB value is (68,138,205). Sum of RGB (Red+Green+Blue) = 68+138+205=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #448ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ACD is #BB7532. Grayscale: #7C7C7C. Windows color (decimal): -12285235 or 13470276. OLE color: 13470276.

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

Color convert

RGB 68 138 205 -
CMYK 0.67 0.33 0 0.20
HSL 209.34º 0.58% 0.54% -
HSV(B) 209.34º 0.67% 0.8% -
XYZ 22.49 23.81 61.17 -
YUV 124.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 68 138 205 0.67 0.33 0 0.20 209.34 0.58 0.54
Hex 44 8A CD 43 21 0 14 D1 3A 36
Octal 104 212 315 103 41 0 24 321 72 66
Binary 1000100 10001010 11001101 1000011 100001 0 10100 11010001 111010 110110

Color Harmonies of #448ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448ACD

Black with #448ACD

Text Example


Text Example

White with #448ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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