Html Css Color HEX #569DD4 Picton Blue

📋 copy color: '#569DD4'

red 86 ◦ green 157 ◦ blue 212

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

Shades of Picton Blue #569DD4

Tints of Picton Blue #569DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.59%

R = 18.9%
G = 34.51%
B = 46.59%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#569DD4 (or 0x569DD4) is known color: Picton Blue. HEX triplet: 56, 9D and D4. RGB value is (86,157,212). Sum of RGB (Red+Green+Blue) = 86+157+212=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #569DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DD4 is #A9622B. Grayscale: #8D8D8D. Windows color (decimal): -11100716 or 13933910. OLE color: 13933910.

HSL color Cylindrical-coordinate representation of color #569DD4: hue angle of 206.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569DD4 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 86 157 212 -
CMYK 0.59 0.26 0 0.17
HSL 206.19º 0.59% 0.58% -
HSV(B) 206.19º 0.59% 0.83% -
XYZ 27.78 30.85 66.78 -
YUV 142.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 86 157 212 0.59 0.26 0 0.17 206.19 0.59 0.58
Hex 56 9D D4 3B 1A 0 11 CE 3B 3A
Octal 126 235 324 73 32 0 21 316 73 72
Binary 1010110 10011101 11010100 111011 11010 0 10001 11001110 111011 111010

Color Harmonies of #569DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569DD4

Black with #569DD4

Text Example


Text Example

White with #569DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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