Html Css Color HEX #448FCD Curious Blue

📋 copy color: '#448FCD'

red 68 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #448FCD

Tints of Curious Blue #448FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 16.35%
G = 34.38%
B = 49.28%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#448FCD (or 0x448FCD) is known color: Curious Blue. HEX triplet: 44, 8F and CD. RGB value is (68,143,205). Sum of RGB (Red+Green+Blue) = 68+143+205=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #448FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FCD is #BB7032. Grayscale: #7F7F7F. Windows color (decimal): -12283955 or 13471556. OLE color: 13471556.

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

Color convert

RGB 68 143 205 -
CMYK 0.67 0.30 0 0.20
HSL 207.15º 0.58% 0.54% -
HSV(B) 207.15º 0.67% 0.8% -
XYZ 23.23 25.28 61.41 -
YUV 127.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 68 143 205 0.67 0.30 0 0.20 207.15 0.58 0.54
Hex 44 8F CD 43 1E 0 14 CF 3A 36
Octal 104 217 315 103 36 0 24 317 72 66
Binary 1000100 10001111 11001101 1000011 11110 0 10100 11001111 111010 110110

Color Harmonies of #448FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FCD

Black with #448FCD

Text Example


Text Example

White with #448FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,143,205); }

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

background-color css

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

 a { background-color: rgb(68,143,205); }

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

border-color css

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

 span { border-color: rgb(68,143,205); }

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