Html Css Color HEX #459CCB Picton Blue

📋 copy color: '#459CCB'

red 69 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #459CCB

Tints of Picton Blue #459CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

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

R = 16.12%
G = 36.45%
B = 47.43%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#459CCB (or 0x459CCB) is known color: Picton Blue. HEX triplet: 45, 9C and CB. RGB value is (69,156,203). Sum of RGB (Red+Green+Blue) = 69+156+203=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #459CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CCB is #BA6334. Grayscale: #878787. Windows color (decimal): -12215093 or 13343813. OLE color: 13343813.

HSL color Cylindrical-coordinate representation of color #459CCB: hue angle of 201.04º 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 #459CCB is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 156 203 -
CMYK 0.66 0.23 0 0.20
HSL 201.04º 0.56% 0.53% -
HSV(B) 201.04º 0.66% 0.8% -
XYZ 25.12 29.35 60.84 -
YUV 135.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 69 156 203 0.66 0.23 0 0.20 201.04 0.56 0.53
Hex 45 9C CB 42 17 0 14 C9 38 35
Octal 105 234 313 102 27 0 24 311 70 65
Binary 1000101 10011100 11001011 1000010 10111 0 10100 11001001 111000 110101

Color Harmonies of #459CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CCB

Black with #459CCB

Text Example


Text Example

White with #459CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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