Html Css Color HEX #448DCF Curious Blue

📋 copy color: '#448DCF'

red 68 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #448DCF

Tints of Curious Blue #448DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 16.35%
G = 33.89%
B = 49.76%

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

#448DCF (or 0x448DCF) is known color: Curious Blue. HEX triplet: 44, 8D and CF. RGB value is (68,141,207). Sum of RGB (Red+Green+Blue) = 68+141+207=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #448DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DCF is #BB7230. Grayscale: #7E7E7E. Windows color (decimal): -12284465 or 13602116. OLE color: 13602116.

HSL color Cylindrical-coordinate representation of color #448DCF: hue angle of 208.49º degrees, saturation: 0.59, 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 #448DCF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 141 207 -
CMYK 0.67 0.32 0 0.19
HSL 208.49º 0.59% 0.54% -
HSV(B) 208.49º 0.67% 0.81% -
XYZ 23.17 24.78 62.59 -
YUV 126.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 68 141 207 0.67 0.32 0 0.19 208.49 0.59 0.54
Hex 44 8D CF 43 20 0 13 D0 3B 36
Octal 104 215 317 103 40 0 23 320 73 66
Binary 1000100 10001101 11001111 1000011 100000 0 10011 11010000 111011 110110

Color Harmonies of #448DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DCF

Black with #448DCF

Text Example


Text Example

White with #448DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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