Html Css Color HEX #459BCF Picton Blue

📋 copy color: '#459BCF'

red 69 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #459BCF

Tints of Picton Blue #459BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 16.01%
G = 35.96%
B = 48.03%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#459BCF (or 0x459BCF) is known color: Picton Blue. HEX triplet: 45, 9B and CF. RGB value is (69,155,207). Sum of RGB (Red+Green+Blue) = 69+155+207=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #459BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCF is #BA6430. Grayscale: #868686. Windows color (decimal): -12215345 or 13605701. OLE color: 13605701.

HSL color Cylindrical-coordinate representation of color #459BCF: hue angle of 202.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459BCF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 155 207 -
CMYK 0.67 0.25 0 0.19
HSL 202.61º 0.59% 0.54% -
HSV(B) 202.61º 0.67% 0.81% -
XYZ 25.44 29.21 63.33 -
YUV 135.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 69 155 207 0.67 0.25 0 0.19 202.61 0.59 0.54
Hex 45 9B CF 43 19 0 13 CB 3B 36
Octal 105 233 317 103 31 0 23 313 73 66
Binary 1000101 10011011 11001111 1000011 11001 0 10011 11001011 111011 110110

Color Harmonies of #459BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BCF

Black with #459BCF

Text Example


Text Example

White with #459BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,155,207); }

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

background-color css

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

 a { background-color: rgb(69,155,207); }

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

border-color css

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

 span { border-color: rgb(69,155,207); }

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