Html Css Color HEX #569FCB Picton Blue

📋 copy color: '#569FCB'

red 86 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #569FCB

Tints of Picton Blue #569FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 19.2%
G = 35.49%
B = 45.31%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569FCB (or 0x569FCB) is known color: Picton Blue. HEX triplet: 56, 9F and CB. RGB value is (86,159,203). Sum of RGB (Red+Green+Blue) = 86+159+203=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #569FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FCB is #A96034. Grayscale: #8D8D8D. Windows color (decimal): -11100213 or 13344598. OLE color: 13344598.

HSL color Cylindrical-coordinate representation of color #569FCB: hue angle of 202.56º degrees, saturation: 0.53, 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 #569FCB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 159 203 -
CMYK 0.58 0.22 0 0.20
HSL 202.56º 0.53% 0.57% -
HSV(B) 202.56º 0.58% 0.8% -
XYZ 27.02 31.09 61.08 -
YUV 142.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 86 159 203 0.58 0.22 0 0.20 202.56 0.53 0.57
Hex 56 9F CB 3A 16 0 14 CB 35 39
Octal 126 237 313 72 26 0 24 313 65 71
Binary 1010110 10011111 11001011 111010 10110 0 10100 11001011 110101 111001

Color Harmonies of #569FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FCB

Black with #569FCB

Text Example


Text Example

White with #569FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,159,203); }

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

background-color css

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

 a { background-color: rgb(86,159,203); }

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

border-color css

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

 span { border-color: rgb(86,159,203); }

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