Html Css Color HEX #468EDC Picton Blue

📋 copy color: '#468EDC'

red 70 ◦ green 142 ◦ blue 220

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

Shades of Picton Blue #468EDC

Tints of Picton Blue #468EDC

RGB

 RED value IS 70 (27.73% from 255) = 16.2%

 GREEN value IS 142 (55.86% from 255) = 32.87%

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

R = 16.2%
G = 32.87%
B = 50.93%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#468EDC (or 0x468EDC) is known color: Picton Blue. HEX triplet: 46, 8E and DC. RGB value is (70,142,220). Sum of RGB (Red+Green+Blue) = 70+142+220=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #468EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EDC is #B97123. Grayscale: #808080. Windows color (decimal): -12153124 or 14454342. OLE color: 14454342.

HSL color Cylindrical-coordinate representation of color #468EDC: hue angle of 211.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468EDC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 142 220 -
CMYK 0.68 0.35 0 0.14
HSL 211.2º 0.68% 0.57% -
HSV(B) 211.2º 0.68% 0.86% -
XYZ 25.12 25.82 71.37 -
YUV 129.36 179.15 85.66 -
System Red Green Blue C M Y K H S L
Decimal 70 142 220 0.68 0.35 0 0.14 211.2 0.68 0.57
Hex 46 8E DC 44 23 0 E D3 44 39
Octal 106 216 334 104 43 0 16 323 104 71
Binary 1000110 10001110 11011100 1000100 100011 0 1110 11010011 1000100 111001

Color Harmonies of #468EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EDC

Black with #468EDC

Text Example


Text Example

White with #468EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468EDC; }

 p { color: rgb(70,142,220); }

 H1.HeaderClassName
 {
   color: #468EDC;
 }
 .AnyTagClassName
 {
   color: #468EDC;
 }
</style>

background-color css

<style>
 a { background-color: #468EDC; }

 a { background-color: rgb(70,142,220); }

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

border-color css

<style>
 span { border-color: #468EDC; }

 span { border-color: rgb(70,142,220); }

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