Html Css Color HEX #458ED6 Picton Blue

📋 copy color: '#458ED6'

red 69 ◦ green 142 ◦ blue 214

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

Shades of Picton Blue #458ED6

Tints of Picton Blue #458ED6

RGB

 RED value IS 69 (27.34% from 255) = 16.24%

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 16.24%
G = 33.41%
B = 50.35%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#458ED6 (or 0x458ED6) is known color: Picton Blue. HEX triplet: 45, 8E and D6. RGB value is (69,142,214). Sum of RGB (Red+Green+Blue) = 69+142+214=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #458ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ED6 is #BA7129. Grayscale: #808080. Windows color (decimal): -12218666 or 14061125. OLE color: 14061125.

HSL color Cylindrical-coordinate representation of color #458ED6: hue angle of 209.79º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #458ED6 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 142 214 -
CMYK 0.68 0.34 0 0.16
HSL 209.79º 0.64% 0.55% -
HSV(B) 209.79º 0.68% 0.84% -
XYZ 24.26 25.47 67.25 -
YUV 128.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 69 142 214 0.68 0.34 0 0.16 209.79 0.64 0.55
Hex 45 8E D6 44 22 0 10 D2 40 37
Octal 105 216 326 104 42 0 20 322 100 67
Binary 1000101 10001110 11010110 1000100 100010 0 10000 11010010 1000000 110111

Color Harmonies of #458ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458ED6

Black with #458ED6

Text Example


Text Example

White with #458ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458ED6; }

 p { color: rgb(69,142,214); }

 H1.HeaderClassName
 {
   color: #458ED6;
 }
 .AnyTagClassName
 {
   color: #458ED6;
 }
</style>

background-color css

<style>
 a { background-color: #458ED6; }

 a { background-color: rgb(69,142,214); }

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

border-color css

<style>
 span { border-color: #458ED6; }

 span { border-color: rgb(69,142,214); }

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