Html Css Color HEX #458DDA Picton Blue

📋 copy color: '#458DDA'

red 69 ◦ green 141 ◦ blue 218

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

Shades of Picton Blue #458DDA

Tints of Picton Blue #458DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 16.12%
G = 32.94%
B = 50.93%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#458DDA (or 0x458DDA) is known color: Picton Blue. HEX triplet: 45, 8D and DA. RGB value is (69,141,218). Sum of RGB (Red+Green+Blue) = 69+141+218=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #458DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DDA is #BA7225. Grayscale: #7F7F7F. Windows color (decimal): -12218918 or 14323013. OLE color: 14323013.

HSL color Cylindrical-coordinate representation of color #458DDA: hue angle of 211.01º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #458DDA is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 141 218 -
CMYK 0.68 0.35 0 0.15
HSL 211.01º 0.67% 0.56% -
HSV(B) 211.01º 0.68% 0.85% -
XYZ 24.63 25.38 69.93 -
YUV 128.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 69 141 218 0.68 0.35 0 0.15 211.01 0.67 0.56
Hex 45 8D DA 44 23 0 F D3 43 38
Octal 105 215 332 104 43 0 17 323 103 70
Binary 1000101 10001101 11011010 1000100 100011 0 1111 11010011 1000011 111000

Color Harmonies of #458DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DDA

Black with #458DDA

Text Example


Text Example

White with #458DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,141,218); }

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

background-color css

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

 a { background-color: rgb(69,141,218); }

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

border-color css

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

 span { border-color: rgb(69,141,218); }

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