Html Css Color HEX #448BCC Curious Blue

📋 copy color: '#448BCC'

red 68 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #448BCC

Tints of Curious Blue #448BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 16.55%
G = 33.82%
B = 49.64%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#448BCC (or 0x448BCC) is known color: Curious Blue. HEX triplet: 44, 8B and CC. RGB value is (68,139,204). Sum of RGB (Red+Green+Blue) = 68+139+204=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #448BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BCC is #BB7433. Grayscale: #7C7C7C. Windows color (decimal): -12284980 or 13404996. OLE color: 13404996.

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

Color convert

RGB 68 139 204 -
CMYK 0.67 0.32 0 0.2
HSL 208.68º 0.57% 0.53% -
HSV(B) 208.68º 0.67% 0.8% -
XYZ 22.52 24.05 60.58 -
YUV 125.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 68 139 204 0.67 0.32 0 0.2 208.68 0.57 0.53
Hex 44 8B CC 43 20 0 14 D1 39 35
Octal 104 213 314 103 40 0 24 321 71 65
Binary 1000100 10001011 11001100 1000011 100000 0 10100 11010001 111001 110101

Color Harmonies of #448BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BCC

Black with #448BCC

Text Example


Text Example

White with #448BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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