Html Css Color HEX #458EDE Picton Blue

📋 copy color: '#458EDE'

red 69 ◦ green 142 ◦ blue 222

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

Shades of Picton Blue #458EDE

Tints of Picton Blue #458EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 15.94%
G = 32.79%
B = 51.27%

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

#458EDE (or 0x458EDE) is known color: Picton Blue. HEX triplet: 45, 8E and DE. RGB value is (69,142,222). Sum of RGB (Red+Green+Blue) = 69+142+222=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #458EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EDE is #BA7121. Grayscale: #808080. Windows color (decimal): -12218658 or 14585413. OLE color: 14585413.

HSL color Cylindrical-coordinate representation of color #458EDE: hue angle of 211.37º degrees, saturation: 0.7, 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 #458EDE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 142 222 -
CMYK 0.69 0.36 0 0.13
HSL 211.37º 0.7% 0.57% -
HSV(B) 211.37º 0.69% 0.87% -
XYZ 25.31 25.89 72.77 -
YUV 129.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 69 142 222 0.69 0.36 0 0.13 211.37 0.7 0.57
Hex 45 8E DE 45 24 0 D D3 46 39
Octal 105 216 336 105 44 0 15 323 106 71
Binary 1000101 10001110 11011110 1000101 100100 0 1101 11010011 1000110 111001

Color Harmonies of #458EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EDE

Black with #458EDE

Text Example


Text Example

White with #458EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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