Html Css Color HEX #448DC8 Curious Blue

📋 copy color: '#448DC8'

red 68 ◦ green 141 ◦ blue 200

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

Shades of Curious Blue #448DC8

Tints of Curious Blue #448DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.9%

R = 16.63%
G = 34.47%
B = 48.9%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#448DC8 (or 0x448DC8) is known color: Curious Blue. HEX triplet: 44, 8D and C8. RGB value is (68,141,200). Sum of RGB (Red+Green+Blue) = 68+141+200=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #448DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DC8 is #BB7237. Grayscale: #7D7D7D. Windows color (decimal): -12284472 or 13143364. OLE color: 13143364.

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

Color convert

RGB 68 141 200 -
CMYK 0.66 0.29 0 0.22
HSL 206.82º 0.55% 0.53% -
HSV(B) 206.82º 0.66% 0.78% -
XYZ 22.33 24.45 58.19 -
YUV 125.9 169.82 86.7 -
System Red Green Blue C M Y K H S L
Decimal 68 141 200 0.66 0.29 0 0.22 206.82 0.55 0.53
Hex 44 8D C8 42 1D 0 16 CF 37 35
Octal 104 215 310 102 35 0 26 317 67 65
Binary 1000100 10001101 11001000 1000010 11101 0 10110 11001111 110111 110101

Color Harmonies of #448DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DC8

Black with #448DC8

Text Example


Text Example

White with #448DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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