Html Css Color HEX #448DBC Curious Blue

📋 copy color: '#448DBC'

red 68 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #448DBC

Tints of Curious Blue #448DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 17.13%
G = 35.52%
B = 47.36%

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

#448DBC (or 0x448DBC) is known color: Curious Blue. HEX triplet: 44, 8D and BC. RGB value is (68,141,188). Sum of RGB (Red+Green+Blue) = 68+141+188=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #448DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DBC is #BB7243. Grayscale: #7C7C7C. Windows color (decimal): -12284484 or 12356932. OLE color: 12356932.

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

Color convert

RGB 68 141 188 -
CMYK 0.64 0.25 0 0.26
HSL 203.5º 0.47% 0.5% -
HSV(B) 203.5º 0.64% 0.74% -
XYZ 20.99 23.91 51.09 -
YUV 124.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 68 141 188 0.64 0.25 0 0.26 203.5 0.47 0.5
Hex 44 8D BC 40 19 0 1A CC 2F 32
Octal 104 215 274 100 31 0 32 314 57 62
Binary 1000100 10001101 10111100 1000000 11001 0 11010 11001100 101111 110010

Color Harmonies of #448DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DBC

Black with #448DBC

Text Example


Text Example

White with #448DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,188); }

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

background-color css

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

 a { background-color: rgb(68,141,188); }

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

border-color css

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

 span { border-color: rgb(68,141,188); }

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