Html Css Color HEX #448EBB Curious Blue

📋 copy color: '#448EBB'

red 68 ◦ green 142 ◦ blue 187

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

Shades of Curious Blue #448EBB

Tints of Curious Blue #448EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 17.13%
G = 35.77%
B = 47.1%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#448EBB (or 0x448EBB) is known color: Curious Blue. HEX triplet: 44, 8E and BB. RGB value is (68,142,187). Sum of RGB (Red+Green+Blue) = 68+142+187=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #448EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EBB is #BB7144. Grayscale: #7C7C7C. Windows color (decimal): -12284229 or 12291652. OLE color: 12291652.

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

Color convert

RGB 68 142 187 -
CMYK 0.64 0.24 0 0.27
HSL 202.69º 0.47% 0.5% -
HSV(B) 202.69º 0.64% 0.73% -
XYZ 21.03 24.16 50.57 -
YUV 125 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 68 142 187 0.64 0.24 0 0.27 202.69 0.47 0.5
Hex 44 8E BB 40 18 0 1B CB 2F 32
Octal 104 216 273 100 30 0 33 313 57 62
Binary 1000100 10001110 10111011 1000000 11000 0 11011 11001011 101111 110010

Color Harmonies of #448EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EBB

Black with #448EBB

Text Example


Text Example

White with #448EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,142,187); }

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

background-color css

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

 a { background-color: rgb(68,142,187); }

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

border-color css

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

 span { border-color: rgb(68,142,187); }

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