Html Css Color HEX #448FBA Curious Blue

📋 copy color: '#448FBA'

red 68 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #448FBA

Tints of Curious Blue #448FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

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

R = 17.13%
G = 36.02%
B = 46.85%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#448FBA (or 0x448FBA) is known color: Curious Blue. HEX triplet: 44, 8F and BA. RGB value is (68,143,186). Sum of RGB (Red+Green+Blue) = 68+143+186=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #448FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FBA is #BB7045. Grayscale: #7D7D7D. Windows color (decimal): -12283974 or 12226372. OLE color: 12226372.

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

Color convert

RGB 68 143 186 -
CMYK 0.63 0.23 0 0.27
HSL 201.86º 0.46% 0.5% -
HSV(B) 201.86º 0.63% 0.73% -
XYZ 21.07 24.42 50.06 -
YUV 125.48 162.15 87 -
System Red Green Blue C M Y K H S L
Decimal 68 143 186 0.63 0.23 0 0.27 201.86 0.46 0.5
Hex 44 8F BA 3F 17 0 1B CA 2E 32
Octal 104 217 272 77 27 0 33 312 56 62
Binary 1000100 10001111 10111010 111111 10111 0 11011 11001010 101110 110010

Color Harmonies of #448FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FBA

Black with #448FBA

Text Example


Text Example

White with #448FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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