Html Css Color HEX #448EC9 Curious Blue

📋 copy color: '#448EC9'

red 68 ◦ green 142 ◦ blue 201

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

Shades of Curious Blue #448EC9

Tints of Curious Blue #448EC9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 16.55%
G = 34.55%
B = 48.91%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#448EC9 (or 0x448EC9) is known color: Curious Blue. HEX triplet: 44, 8E and C9. RGB value is (68,142,201). Sum of RGB (Red+Green+Blue) = 68+142+201=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #448EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EC9 is #BB7136. Grayscale: #7E7E7E. Windows color (decimal): -12284215 or 13209156. OLE color: 13209156.

HSL color Cylindrical-coordinate representation of color #448EC9: hue angle of 206.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448EC9 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 142 201 -
CMYK 0.66 0.29 0 0.21
HSL 206.62º 0.55% 0.53% -
HSV(B) 206.62º 0.66% 0.79% -
XYZ 22.6 24.79 58.85 -
YUV 126.6 169.98 86.2 -
System Red Green Blue C M Y K H S L
Decimal 68 142 201 0.66 0.29 0 0.21 206.62 0.55 0.53
Hex 44 8E C9 42 1D 0 15 CF 37 35
Octal 104 216 311 102 35 0 25 317 67 65
Binary 1000100 10001110 11001001 1000010 11101 0 10101 11001111 110111 110101

Color Harmonies of #448EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EC9

Black with #448EC9

Text Example


Text Example

White with #448EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,142,201); }

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

background-color css

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

 a { background-color: rgb(68,142,201); }

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

border-color css

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

 span { border-color: rgb(68,142,201); }

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