Html Css Color HEX #569BD7 Picton Blue

📋 copy color: '#569BD7'

red 86 ◦ green 155 ◦ blue 215

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

Shades of Picton Blue #569BD7

Tints of Picton Blue #569BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 18.86%
G = 33.99%
B = 47.15%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#569BD7 (or 0x569BD7) is known color: Picton Blue. HEX triplet: 56, 9B and D7. RGB value is (86,155,215). Sum of RGB (Red+Green+Blue) = 86+155+215=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #569BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BD7 is #A96428. Grayscale: #8C8C8C. Windows color (decimal): -11101225 or 14130006. OLE color: 14130006.

HSL color Cylindrical-coordinate representation of color #569BD7: hue angle of 207.91º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #569BD7 is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 155 215 -
CMYK 0.6 0.28 0 0.16
HSL 207.91º 0.62% 0.59% -
HSV(B) 207.91º 0.6% 0.84% -
XYZ 27.82 30.33 68.68 -
YUV 141.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 86 155 215 0.6 0.28 0 0.16 207.91 0.62 0.59
Hex 56 9B D7 3C 1C 0 10 D0 3E 3B
Octal 126 233 327 74 34 0 20 320 76 73
Binary 1010110 10011011 11010111 111100 11100 0 10000 11010000 111110 111011

Color Harmonies of #569BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BD7

Black with #569BD7

Text Example


Text Example

White with #569BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,155,215); }

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

background-color css

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

 a { background-color: rgb(86,155,215); }

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

border-color css

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

 span { border-color: rgb(86,155,215); }

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