Html Css Color HEX #448BBF Curious Blue

📋 copy color: '#448BBF'

red 68 ◦ green 139 ◦ blue 191

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

Shades of Curious Blue #448BBF

Tints of Curious Blue #448BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

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

R = 17.09%
G = 34.92%
B = 47.99%

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

#448BBF (or 0x448BBF) is known color: Curious Blue. HEX triplet: 44, 8B and BF. RGB value is (68,139,191). Sum of RGB (Red+Green+Blue) = 68+139+191=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #448BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBF is #BB7440. Grayscale: #7B7B7B. Windows color (decimal): -12284993 or 12553028. OLE color: 12553028.

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

Color convert

RGB 68 139 191 -
CMYK 0.64 0.27 0 0.25
HSL 205.37º 0.49% 0.51% -
HSV(B) 205.37º 0.64% 0.75% -
XYZ 21.02 23.46 52.71 -
YUV 123.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 68 139 191 0.64 0.27 0 0.25 205.37 0.49 0.51
Hex 44 8B BF 40 1B 0 19 CD 31 33
Octal 104 213 277 100 33 0 31 315 61 63
Binary 1000100 10001011 10111111 1000000 11011 0 11001 11001101 110001 110011

Color Harmonies of #448BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BBF

Black with #448BBF

Text Example


Text Example

White with #448BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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