Html Css Color HEX #459AD3 Picton Blue

📋 copy color: '#459AD3'

red 69 ◦ green 154 ◦ blue 211

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

Shades of Picton Blue #459AD3

Tints of Picton Blue #459AD3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 211 (82.81% from 255) = 48.62%

R = 15.9%
G = 35.48%
B = 48.62%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#459AD3 (or 0x459AD3) is known color: Picton Blue. HEX triplet: 45, 9A and D3. RGB value is (69,154,211). Sum of RGB (Red+Green+Blue) = 69+154+211=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #459AD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AD3 is #BA652C. Grayscale: #868686. Windows color (decimal): -12215597 or 13867589. OLE color: 13867589.

HSL color Cylindrical-coordinate representation of color #459AD3: hue angle of 204.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459AD3 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 69 154 211 -
CMYK 0.67 0.27 0 0.17
HSL 204.08º 0.62% 0.55% -
HSV(B) 204.08º 0.67% 0.83% -
XYZ 25.77 29.08 65.88 -
YUV 135.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 69 154 211 0.67 0.27 0 0.17 204.08 0.62 0.55
Hex 45 9A D3 43 1B 0 11 CC 3E 37
Octal 105 232 323 103 33 0 21 314 76 67
Binary 1000101 10011010 11010011 1000011 11011 0 10001 11001100 111110 110111

Color Harmonies of #459AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459AD3

Black with #459AD3

Text Example


Text Example

White with #459AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459AD3; }

 p { color: rgb(69,154,211); }

 H1.HeaderClassName
 {
   color: #459AD3;
 }
 .AnyTagClassName
 {
   color: #459AD3;
 }
</style>

background-color css

<style>
 a { background-color: #459AD3; }

 a { background-color: rgb(69,154,211); }

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

border-color css

<style>
 span { border-color: #459AD3; }

 span { border-color: rgb(69,154,211); }

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