Html Css Color HEX #569EDD Picton Blue

📋 copy color: '#569EDD'

red 86 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #569EDD

Tints of Picton Blue #569EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 18.49%
G = 33.98%
B = 47.53%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#569EDD (or 0x569EDD) is known color: Picton Blue. HEX triplet: 56, 9E and DD. RGB value is (86,158,221). Sum of RGB (Red+Green+Blue) = 86+158+221=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #569EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EDD is #A96122. Grayscale: #8F8F8F. Windows color (decimal): -11100451 or 14523990. OLE color: 14523990.

HSL color Cylindrical-coordinate representation of color #569EDD: hue angle of 208º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569EDD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 158 221 -
CMYK 0.61 0.29 0 0.13
HSL 208º 0.67% 0.6% -
HSV(B) 208º 0.61% 0.87% -
XYZ 29.12 31.65 72.98 -
YUV 143.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 86 158 221 0.61 0.29 0 0.13 208 0.67 0.6
Hex 56 9E DD 3D 1D 0 D D0 43 3C
Octal 126 236 335 75 35 0 15 320 103 74
Binary 1010110 10011110 11011101 111101 11101 0 1101 11010000 1000011 111100

Color Harmonies of #569EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569EDD

Black with #569EDD

Text Example


Text Example

White with #569EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,158,221); }

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

background-color css

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

 a { background-color: rgb(86,158,221); }

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

border-color css

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

 span { border-color: rgb(86,158,221); }

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