Html Css Color HEX #448BCD Curious Blue

📋 copy color: '#448BCD'

red 68 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #448BCD

Tints of Curious Blue #448BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 16.5%
G = 33.74%
B = 49.76%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#448BCD (or 0x448BCD) is known color: Curious Blue. HEX triplet: 44, 8B and CD. RGB value is (68,139,205). Sum of RGB (Red+Green+Blue) = 68+139+205=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #448BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BCD is #BB7432. Grayscale: #7C7C7C. Windows color (decimal): -12284979 or 13470532. OLE color: 13470532.

HSL color Cylindrical-coordinate representation of color #448BCD: hue angle of 208.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448BCD is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 139 205 -
CMYK 0.67 0.32 0 0.20
HSL 208.91º 0.58% 0.54% -
HSV(B) 208.91º 0.67% 0.8% -
XYZ 22.64 24.1 61.22 -
YUV 125.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 68 139 205 0.67 0.32 0 0.20 208.91 0.58 0.54
Hex 44 8B CD 43 20 0 14 D1 3A 36
Octal 104 213 315 103 40 0 24 321 72 66
Binary 1000100 10001011 11001101 1000011 100000 0 10100 11010001 111010 110110

Color Harmonies of #448BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BCD

Black with #448BCD

Text Example


Text Example

White with #448BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,205); }

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

background-color css

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

 a { background-color: rgb(68,139,205); }

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

border-color css

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

 span { border-color: rgb(68,139,205); }

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