Html Css Color HEX #448CBF Curious Blue

📋 copy color: '#448CBF'

red 68 ◦ green 140 ◦ blue 191

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

Shades of Curious Blue #448CBF

Tints of Curious Blue #448CBF

RGB

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

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

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

R = 17.04%
G = 35.09%
B = 47.87%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#448CBF (or 0x448CBF) is known color: Curious Blue. HEX triplet: 44, 8C and BF. RGB value is (68,140,191). Sum of RGB (Red+Green+Blue) = 68+140+191=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #448CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CBF is #BB7340. Grayscale: #7C7C7C. Windows color (decimal): -12284737 or 12553284. OLE color: 12553284.

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

Color convert

RGB 68 140 191 -
CMYK 0.64 0.27 0 0.25
HSL 204.88º 0.49% 0.51% -
HSV(B) 204.88º 0.64% 0.75% -
XYZ 21.17 23.75 52.76 -
YUV 124.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 68 140 191 0.64 0.27 0 0.25 204.88 0.49 0.51
Hex 44 8C BF 40 1B 0 19 CD 31 33
Octal 104 214 277 100 33 0 31 315 61 63
Binary 1000100 10001100 10111111 1000000 11011 0 11001 11001101 110001 110011

Color Harmonies of #448CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CBF

Black with #448CBF

Text Example


Text Example

White with #448CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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