Html Css Color HEX #468EDD Picton Blue

📋 copy color: '#468EDD'

red 70 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #468EDD

Tints of Picton Blue #468EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 16.17%
G = 32.79%
B = 51.04%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#468EDD (or 0x468EDD) is known color: Picton Blue. HEX triplet: 46, 8E and DD. RGB value is (70,142,221). Sum of RGB (Red+Green+Blue) = 70+142+221=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #468EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EDD is #B97122. Grayscale: #818181. Windows color (decimal): -12153123 or 14519878. OLE color: 14519878.

HSL color Cylindrical-coordinate representation of color #468EDD: hue angle of 211.39º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468EDD is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 142 221 -
CMYK 0.68 0.36 0 0.13
HSL 211.39º 0.69% 0.57% -
HSV(B) 211.39º 0.68% 0.87% -
XYZ 25.25 25.87 72.07 -
YUV 129.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 70 142 221 0.68 0.36 0 0.13 211.39 0.69 0.57
Hex 46 8E DD 44 24 0 D D3 45 39
Octal 106 216 335 104 44 0 15 323 105 71
Binary 1000110 10001110 11011101 1000100 100100 0 1101 11010011 1000101 111001

Color Harmonies of #468EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468EDD

Black with #468EDD

Text Example


Text Example

White with #468EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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