Html Css Color HEX #458EDC Picton Blue

📋 copy color: '#458EDC'

red 69 ◦ green 142 ◦ blue 220

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

Shades of Picton Blue #458EDC

Tints of Picton Blue #458EDC

RGB

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

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

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

R = 16.01%
G = 32.95%
B = 51.04%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#458EDC (or 0x458EDC) is known color: Picton Blue. HEX triplet: 45, 8E and DC. RGB value is (69,142,220). Sum of RGB (Red+Green+Blue) = 69+142+220=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #458EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EDC is #BA7123. Grayscale: #808080. Windows color (decimal): -12218660 or 14454341. OLE color: 14454341.

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

Color convert

RGB 69 142 220 -
CMYK 0.69 0.35 0 0.14
HSL 210.99º 0.68% 0.57% -
HSV(B) 210.99º 0.69% 0.86% -
XYZ 25.05 25.78 71.37 -
YUV 129.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 69 142 220 0.69 0.35 0 0.14 210.99 0.68 0.57
Hex 45 8E DC 45 23 0 E D3 44 39
Octal 105 216 334 105 43 0 16 323 104 71
Binary 1000101 10001110 11011100 1000101 100011 0 1110 11010011 1000100 111001

Color Harmonies of #458EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EDC

Black with #458EDC

Text Example


Text Example

White with #458EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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