Html Css Color HEX #569DCD Picton Blue

📋 copy color: '#569DCD'

red 86 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #569DCD

Tints of Picton Blue #569DCD

RGB

 RED value IS 86 (33.98% from 255) = 19.2%

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 19.2%
G = 35.04%
B = 45.76%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569DCD (or 0x569DCD) is known color: Picton Blue. HEX triplet: 56, 9D and CD. RGB value is (86,157,205). Sum of RGB (Red+Green+Blue) = 86+157+205=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #569DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DCD is #A96232. Grayscale: #8C8C8C. Windows color (decimal): -11100723 or 13475158. OLE color: 13475158.

HSL color Cylindrical-coordinate representation of color #569DCD: hue angle of 204.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569DCD is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 157 205 -
CMYK 0.58 0.23 0 0.20
HSL 204.2º 0.54% 0.57% -
HSV(B) 204.2º 0.58% 0.8% -
XYZ 26.91 30.5 62.23 -
YUV 141.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 86 157 205 0.58 0.23 0 0.20 204.2 0.54 0.57
Hex 56 9D CD 3A 17 0 14 CC 36 39
Octal 126 235 315 72 27 0 24 314 66 71
Binary 1010110 10011101 11001101 111010 10111 0 10100 11001100 110110 111001

Color Harmonies of #569DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569DCD

Black with #569DCD

Text Example


Text Example

White with #569DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569DCD; }

 p { color: rgb(86,157,205); }

 H1.HeaderClassName
 {
   color: #569DCD;
 }
 .AnyTagClassName
 {
   color: #569DCD;
 }
</style>

background-color css

<style>
 a { background-color: #569DCD; }

 a { background-color: rgb(86,157,205); }

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

border-color css

<style>
 span { border-color: #569DCD; }

 span { border-color: rgb(86,157,205); }

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