Html Css Color HEX #448ACB Curious Blue

📋 copy color: '#448ACB'

red 68 ◦ green 138 ◦ blue 203

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

Shades of Curious Blue #448ACB

Tints of Curious Blue #448ACB

RGB

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

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

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

R = 16.63%
G = 33.74%
B = 49.63%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#448ACB (or 0x448ACB) is known color: Curious Blue. HEX triplet: 44, 8A and CB. RGB value is (68,138,203). Sum of RGB (Red+Green+Blue) = 68+138+203=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #448ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ACB is #BB7534. Grayscale: #7C7C7C. Windows color (decimal): -12285237 or 13339204. OLE color: 13339204.

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

Color convert

RGB 68 138 203 -
CMYK 0.67 0.32 0 0.20
HSL 208.89º 0.56% 0.53% -
HSV(B) 208.89º 0.67% 0.8% -
XYZ 22.25 23.72 59.91 -
YUV 124.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 68 138 203 0.67 0.32 0 0.20 208.89 0.56 0.53
Hex 44 8A CB 43 20 0 14 D1 38 35
Octal 104 212 313 103 40 0 24 321 70 65
Binary 1000100 10001010 11001011 1000011 100000 0 10100 11010001 111000 110101

Color Harmonies of #448ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448ACB

Black with #448ACB

Text Example


Text Example

White with #448ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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