Html Css Color HEX #468DDD Picton Blue

📋 copy color: '#468DDD'

red 70 ◦ green 141 ◦ blue 221

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

Shades of Picton Blue #468DDD

Tints of Picton Blue #468DDD

RGB

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

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

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

R = 16.2%
G = 32.64%
B = 51.16%

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

#468DDD (or 0x468DDD) is known color: Picton Blue. HEX triplet: 46, 8D and DD. RGB value is (70,141,221). Sum of RGB (Red+Green+Blue) = 70+141+221=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #468DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DDD is #B97222. Grayscale: #808080. Windows color (decimal): -12153379 or 14519622. OLE color: 14519622.

HSL color Cylindrical-coordinate representation of color #468DDD: hue angle of 211.79º 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 #468DDD is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 141 221 -
CMYK 0.68 0.36 0 0.13
HSL 211.79º 0.69% 0.57% -
HSV(B) 211.79º 0.68% 0.87% -
XYZ 25.1 25.57 72.02 -
YUV 128.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 70 141 221 0.68 0.36 0 0.13 211.79 0.69 0.57
Hex 46 8D DD 44 24 0 D D4 45 39
Octal 106 215 335 104 44 0 15 324 105 71
Binary 1000110 10001101 11011101 1000100 100100 0 1101 11010100 1000101 111001

Color Harmonies of #468DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DDD

Black with #468DDD

Text Example


Text Example

White with #468DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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