Html Css Color HEX #448AB7 Curious Blue

📋 copy color: '#448AB7'

red 68 ◦ green 138 ◦ blue 183

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

Shades of Curious Blue #448AB7

Tints of Curious Blue #448AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 17.48%
G = 35.48%
B = 47.04%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#448AB7 (or 0x448AB7) is known color: Curious Blue. HEX triplet: 44, 8A and B7. RGB value is (68,138,183). Sum of RGB (Red+Green+Blue) = 68+138+183=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #448AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AB7 is #BB7548. Grayscale: #797979. Windows color (decimal): -12285257 or 12028484. OLE color: 12028484.

HSL color Cylindrical-coordinate representation of color #448AB7: hue angle of 203.48º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448AB7 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 138 183 -
CMYK 0.63 0.25 0 0.28
HSL 203.48º 0.46% 0.49% -
HSV(B) 203.48º 0.63% 0.72% -
XYZ 20.02 22.82 48.15 -
YUV 122.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 68 138 183 0.63 0.25 0 0.28 203.48 0.46 0.49
Hex 44 8A B7 3F 19 0 1C CB 2E 31
Octal 104 212 267 77 31 0 34 313 56 61
Binary 1000100 10001010 10110111 111111 11001 0 11100 11001011 101110 110001

Color Harmonies of #448AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AB7

Black with #448AB7

Text Example


Text Example

White with #448AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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