Html Css Color HEX #448DCE Curious Blue

📋 copy color: '#448DCE'

red 68 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #448DCE

Tints of Curious Blue #448DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 16.39%
G = 33.98%
B = 49.64%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#448DCE (or 0x448DCE) is known color: Curious Blue. HEX triplet: 44, 8D and CE. RGB value is (68,141,206). Sum of RGB (Red+Green+Blue) = 68+141+206=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #448DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DCE is #BB7231. Grayscale: #7E7E7E. Windows color (decimal): -12284466 or 13536580. OLE color: 13536580.

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

Color convert

RGB 68 141 206 -
CMYK 0.67 0.32 0 0.19
HSL 208.26º 0.58% 0.54% -
HSV(B) 208.26º 0.67% 0.81% -
XYZ 23.05 24.73 61.95 -
YUV 126.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 68 141 206 0.67 0.32 0 0.19 208.26 0.58 0.54
Hex 44 8D CE 43 20 0 13 D0 3A 36
Octal 104 215 316 103 40 0 23 320 72 66
Binary 1000100 10001101 11001110 1000011 100000 0 10011 11010000 111010 110110

Color Harmonies of #448DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DCE

Black with #448DCE

Text Example


Text Example

White with #448DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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