Html Css Color HEX #448EBD Curious Blue

📋 copy color: '#448EBD'

red 68 ◦ green 142 ◦ blue 189

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

Shades of Curious Blue #448EBD

Tints of Curious Blue #448EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

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

R = 17.04%
G = 35.59%
B = 47.37%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#448EBD (or 0x448EBD) is known color: Curious Blue. HEX triplet: 44, 8E and BD. RGB value is (68,142,189). Sum of RGB (Red+Green+Blue) = 68+142+189=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #448EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EBD is #BB7142. Grayscale: #7C7C7C. Windows color (decimal): -12284227 or 12422724. OLE color: 12422724.

HSL color Cylindrical-coordinate representation of color #448EBD: hue angle of 203.31º 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 #448EBD is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 142 189 -
CMYK 0.64 0.25 0 0.26
HSL 203.31º 0.48% 0.5% -
HSV(B) 203.31º 0.64% 0.74% -
XYZ 21.24 24.25 51.71 -
YUV 125.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 68 142 189 0.64 0.25 0 0.26 203.31 0.48 0.5
Hex 44 8E BD 40 19 0 1A CB 30 32
Octal 104 216 275 100 31 0 32 313 60 62
Binary 1000100 10001110 10111101 1000000 11001 0 11010 11001011 110000 110010

Color Harmonies of #448EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EBD

Black with #448EBD

Text Example


Text Example

White with #448EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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