Html Css Color HEX #448CBA Curious Blue

📋 copy color: '#448CBA'

red 68 ◦ green 140 ◦ blue 186

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

Shades of Curious Blue #448CBA

Tints of Curious Blue #448CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 17.26%
G = 35.53%
B = 47.21%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#448CBA (or 0x448CBA) is known color: Curious Blue. HEX triplet: 44, 8C and BA. RGB value is (68,140,186). Sum of RGB (Red+Green+Blue) = 68+140+186=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #448CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CBA is #BB7345. Grayscale: #7B7B7B. Windows color (decimal): -12284742 or 12225604. OLE color: 12225604.

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

Color convert

RGB 68 140 186 -
CMYK 0.63 0.25 0 0.27
HSL 203.39º 0.46% 0.5% -
HSV(B) 203.39º 0.63% 0.73% -
XYZ 20.62 23.53 49.91 -
YUV 123.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 68 140 186 0.63 0.25 0 0.27 203.39 0.46 0.5
Hex 44 8C BA 3F 19 0 1B CB 2E 32
Octal 104 214 272 77 31 0 33 313 56 62
Binary 1000100 10001100 10111010 111111 11001 0 11011 11001011 101110 110010

Color Harmonies of #448CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CBA

Black with #448CBA

Text Example


Text Example

White with #448CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,186); }

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

background-color css

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

 a { background-color: rgb(68,140,186); }

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

border-color css

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

 span { border-color: rgb(68,140,186); }

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