Html Css Color HEX #448CBD Curious Blue

📋 copy color: '#448CBD'

red 68 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #448CBD

Tints of Curious Blue #448CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 17.13%
G = 35.26%
B = 47.61%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#448CBD (or 0x448CBD) is known color: Curious Blue. HEX triplet: 44, 8C and BD. RGB value is (68,140,189). Sum of RGB (Red+Green+Blue) = 68+140+189=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #448CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CBD is #BB7342. Grayscale: #7B7B7B. Windows color (decimal): -12284739 or 12422212. OLE color: 12422212.

HSL color Cylindrical-coordinate representation of color #448CBD: hue angle of 204.3º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448CBD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 140 189 -
CMYK 0.64 0.26 0 0.26
HSL 204.3º 0.48% 0.5% -
HSV(B) 204.3º 0.64% 0.74% -
XYZ 20.95 23.66 51.61 -
YUV 124.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 68 140 189 0.64 0.26 0 0.26 204.3 0.48 0.5
Hex 44 8C BD 40 1A 0 1A CC 30 32
Octal 104 214 275 100 32 0 32 314 60 62
Binary 1000100 10001100 10111101 1000000 11010 0 11010 11001100 110000 110010

Color Harmonies of #448CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CBD

Black with #448CBD

Text Example


Text Example

White with #448CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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