Html Css Color HEX #459ECB Picton Blue

📋 copy color: '#459ECB'

red 69 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #459ECB

Tints of Picton Blue #459ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 16.05%
G = 36.74%
B = 47.21%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#459ECB (or 0x459ECB) is known color: Picton Blue. HEX triplet: 45, 9E and CB. RGB value is (69,158,203). Sum of RGB (Red+Green+Blue) = 69+158+203=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #459ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ECB is #BA6134. Grayscale: #888888. Windows color (decimal): -12214581 or 13344325. OLE color: 13344325.

HSL color Cylindrical-coordinate representation of color #459ECB: hue angle of 200.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459ECB is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 158 203 -
CMYK 0.66 0.22 0 0.20
HSL 200.15º 0.56% 0.53% -
HSV(B) 200.15º 0.66% 0.8% -
XYZ 25.46 30.03 60.95 -
YUV 136.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 69 158 203 0.66 0.22 0 0.20 200.15 0.56 0.53
Hex 45 9E CB 42 16 0 14 C8 38 35
Octal 105 236 313 102 26 0 24 310 70 65
Binary 1000101 10011110 11001011 1000010 10110 0 10100 11001000 111000 110101

Color Harmonies of #459ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ECB

Black with #459ECB

Text Example


Text Example

White with #459ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,158,203); }

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

background-color css

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

 a { background-color: rgb(69,158,203); }

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

border-color css

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

 span { border-color: rgb(69,158,203); }

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