Html Css Color HEX #448BBD Curious Blue

📋 copy color: '#448BBD'

red 68 ◦ green 139 ◦ blue 189

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

Shades of Curious Blue #448BBD

Tints of Curious Blue #448BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 17.17%
G = 35.1%
B = 47.73%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#448BBD (or 0x448BBD) is known color: Curious Blue. HEX triplet: 44, 8B and BD. RGB value is (68,139,189). Sum of RGB (Red+Green+Blue) = 68+139+189=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #448BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBD is #BB7442. Grayscale: #7B7B7B. Windows color (decimal): -12284995 or 12421956. OLE color: 12421956.

HSL color Cylindrical-coordinate representation of color #448BBD: hue angle of 204.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448BBD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 139 189 -
CMYK 0.64 0.26 0 0.26
HSL 204.79º 0.48% 0.5% -
HSV(B) 204.79º 0.64% 0.74% -
XYZ 20.8 23.37 51.56 -
YUV 123.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 68 139 189 0.64 0.26 0 0.26 204.79 0.48 0.5
Hex 44 8B BD 40 1A 0 1A CD 30 32
Octal 104 213 275 100 32 0 32 315 60 62
Binary 1000100 10001011 10111101 1000000 11010 0 11010 11001101 110000 110010

Color Harmonies of #448BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BBD

Black with #448BBD

Text Example


Text Example

White with #448BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,189); }

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

background-color css

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

 a { background-color: rgb(68,139,189); }

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

border-color css

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

 span { border-color: rgb(68,139,189); }

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