Html Css Color HEX #458EDD Picton Blue

📋 copy color: '#458EDD'

red 69 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #458EDD

Tints of Picton Blue #458EDD

RGB

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

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

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

R = 15.97%
G = 32.87%
B = 51.16%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#458EDD (or 0x458EDD) is known color: Picton Blue. HEX triplet: 45, 8E and DD. RGB value is (69,142,221). Sum of RGB (Red+Green+Blue) = 69+142+221=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 142 (55.86% from 255 or 32.87% 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 #458EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EDD is #BA7122. Grayscale: #808080. Windows color (decimal): -12218659 or 14519877. OLE color: 14519877.

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

Color convert

RGB 69 142 221 -
CMYK 0.69 0.36 0 0.13
HSL 211.18º 0.69% 0.57% -
HSV(B) 211.18º 0.69% 0.87% -
XYZ 25.18 25.83 72.07 -
YUV 129.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 69 142 221 0.69 0.36 0 0.13 211.18 0.69 0.57
Hex 45 8E DD 45 24 0 D D3 45 39
Octal 105 216 335 105 44 0 15 323 105 71
Binary 1000101 10001110 11011101 1000101 100100 0 1101 11010011 1000101 111001

Color Harmonies of #458EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EDD

Black with #458EDD

Text Example


Text Example

White with #458EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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