Html Css Color HEX #448DCC Curious Blue

📋 copy color: '#448DCC'

red 68 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #448DCC

Tints of Curious Blue #448DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

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

R = 16.46%
G = 34.14%
B = 49.39%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#448DCC (or 0x448DCC) is known color: Curious Blue. HEX triplet: 44, 8D and CC. RGB value is (68,141,204). Sum of RGB (Red+Green+Blue) = 68+141+204=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #448DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DCC is #BB7233. Grayscale: #7E7E7E. Windows color (decimal): -12284468 or 13405508. OLE color: 13405508.

HSL color Cylindrical-coordinate representation of color #448DCC: hue angle of 207.79º 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 #448DCC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 141 204 -
CMYK 0.67 0.31 0 0.2
HSL 207.79º 0.57% 0.53% -
HSV(B) 207.79º 0.67% 0.8% -
XYZ 22.81 24.64 60.68 -
YUV 126.36 171.82 86.38 -
System Red Green Blue C M Y K H S L
Decimal 68 141 204 0.67 0.31 0 0.2 207.79 0.57 0.53
Hex 44 8D CC 43 1F 0 14 D0 39 35
Octal 104 215 314 103 37 0 24 320 71 65
Binary 1000100 10001101 11001100 1000011 11111 0 10100 11010000 111001 110101

Color Harmonies of #448DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DCC

Black with #448DCC

Text Example


Text Example

White with #448DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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