Html Css Color HEX #448DBF Curious Blue

📋 copy color: '#448DBF'

red 68 ◦ green 141 ◦ blue 191

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

Shades of Curious Blue #448DBF

Tints of Curious Blue #448DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 17%
G = 35.25%
B = 47.75%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#448DBF (or 0x448DBF) is known color: Curious Blue. HEX triplet: 44, 8D and BF. RGB value is (68,141,191). Sum of RGB (Red+Green+Blue) = 68+141+191=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #448DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DBF is #BB7240. Grayscale: #7C7C7C. Windows color (decimal): -12284481 or 12553540. OLE color: 12553540.

HSL color Cylindrical-coordinate representation of color #448DBF: hue angle of 204.39º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448DBF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 141 191 -
CMYK 0.64 0.26 0 0.25
HSL 204.39º 0.49% 0.51% -
HSV(B) 204.39º 0.64% 0.75% -
XYZ 21.31 24.04 52.81 -
YUV 124.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 68 141 191 0.64 0.26 0 0.25 204.39 0.49 0.51
Hex 44 8D BF 40 1A 0 19 CC 31 33
Octal 104 215 277 100 32 0 31 314 61 63
Binary 1000100 10001101 10111111 1000000 11010 0 11001 11001100 110001 110011

Color Harmonies of #448DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DBF

Black with #448DBF

Text Example


Text Example

White with #448DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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