Html Css Color HEX #448CB9 Curious Blue

📋 copy color: '#448CB9'

red 68 ◦ green 140 ◦ blue 185

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

Shades of Curious Blue #448CB9

Tints of Curious Blue #448CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 17.3%
G = 35.62%
B = 47.07%

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

#448CB9 (or 0x448CB9) is known color: Curious Blue. HEX triplet: 44, 8C and B9. RGB value is (68,140,185). Sum of RGB (Red+Green+Blue) = 68+140+185=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #448CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CB9 is #BB7346. Grayscale: #7B7B7B. Windows color (decimal): -12284743 or 12160068. OLE color: 12160068.

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

Color convert

RGB 68 140 185 -
CMYK 0.63 0.24 0 0.27
HSL 203.08º 0.46% 0.5% -
HSV(B) 203.08º 0.63% 0.73% -
XYZ 20.52 23.49 49.35 -
YUV 123.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 68 140 185 0.63 0.24 0 0.27 203.08 0.46 0.5
Hex 44 8C B9 3F 18 0 1B CB 2E 32
Octal 104 214 271 77 30 0 33 313 56 62
Binary 1000100 10001100 10111001 111111 11000 0 11011 11001011 101110 110010

Color Harmonies of #448CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CB9

Black with #448CB9

Text Example


Text Example

White with #448CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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