Html Css Color HEX #448EBA Curious Blue

📋 copy color: '#448EBA'

red 68 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #448EBA

Tints of Curious Blue #448EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 17.17%
G = 35.86%
B = 46.97%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#448EBA (or 0x448EBA) is known color: Curious Blue. HEX triplet: 44, 8E and BA. RGB value is (68,142,186). Sum of RGB (Red+Green+Blue) = 68+142+186=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #448EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EBA is #BB7145. Grayscale: #7C7C7C. Windows color (decimal): -12284230 or 12226116. OLE color: 12226116.

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

Color convert

RGB 68 142 186 -
CMYK 0.63 0.24 0 0.27
HSL 202.37º 0.46% 0.5% -
HSV(B) 202.37º 0.63% 0.73% -
XYZ 20.92 24.12 50.01 -
YUV 124.89 162.48 87.42 -
System Red Green Blue C M Y K H S L
Decimal 68 142 186 0.63 0.24 0 0.27 202.37 0.46 0.5
Hex 44 8E BA 3F 18 0 1B CA 2E 32
Octal 104 216 272 77 30 0 33 312 56 62
Binary 1000100 10001110 10111010 111111 11000 0 11011 11001010 101110 110010

Color Harmonies of #448EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EBA

Black with #448EBA

Text Example


Text Example

White with #448EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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