Html Css Color HEX #448CDC Picton Blue

📋 copy color: '#448CDC'

red 68 ◦ green 140 ◦ blue 220

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

Shades of Picton Blue #448CDC

Tints of Picton Blue #448CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 15.89%
G = 32.71%
B = 51.4%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#448CDC (or 0x448CDC) is known color: Picton Blue. HEX triplet: 44, 8C and DC. RGB value is (68,140,220). Sum of RGB (Red+Green+Blue) = 68+140+220=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #448CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CDC is #BB7323. Grayscale: #7F7F7F. Windows color (decimal): -12284708 or 14453828. OLE color: 14453828.

HSL color Cylindrical-coordinate representation of color #448CDC: hue angle of 211.58º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448CDC is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 140 220 -
CMYK 0.69 0.36 0 0.14
HSL 211.58º 0.68% 0.56% -
HSV(B) 211.58º 0.69% 0.86% -
XYZ 24.68 25.15 71.26 -
YUV 127.59 180.15 85.5 -
System Red Green Blue C M Y K H S L
Decimal 68 140 220 0.69 0.36 0 0.14 211.58 0.68 0.56
Hex 44 8C DC 45 24 0 E D4 44 38
Octal 104 214 334 105 44 0 16 324 104 70
Binary 1000100 10001100 11011100 1000101 100100 0 1110 11010100 1000100 111000

Color Harmonies of #448CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CDC

Black with #448CDC

Text Example


Text Example

White with #448CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,220); }

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

background-color css

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

 a { background-color: rgb(68,140,220); }

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

border-color css

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

 span { border-color: rgb(68,140,220); }

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