Html Css Color HEX #568FDA Picton Blue

📋 copy color: '#568FDA'

red 86 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #568FDA

Tints of Picton Blue #568FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 19.24%
G = 31.99%
B = 48.77%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#568FDA (or 0x568FDA) is known color: Picton Blue. HEX triplet: 56, 8F and DA. RGB value is (86,143,218). Sum of RGB (Red+Green+Blue) = 86+143+218=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #568FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FDA is #A97025. Grayscale: #868686. Windows color (decimal): -11104294 or 14323542. OLE color: 14323542.

HSL color Cylindrical-coordinate representation of color #568FDA: hue angle of 214.09º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568FDA is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 143 218 -
CMYK 0.61 0.34 0 0.15
HSL 214.09º 0.64% 0.6% -
HSV(B) 214.09º 0.61% 0.85% -
XYZ 26.32 26.69 70.09 -
YUV 134.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 86 143 218 0.61 0.34 0 0.15 214.09 0.64 0.6
Hex 56 8F DA 3D 22 0 F D6 40 3C
Octal 126 217 332 75 42 0 17 326 100 74
Binary 1010110 10001111 11011010 111101 100010 0 1111 11010110 1000000 111100

Color Harmonies of #568FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568FDA

Black with #568FDA

Text Example


Text Example

White with #568FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568FDA; }

 p { color: rgb(86,143,218); }

 H1.HeaderClassName
 {
   color: #568FDA;
 }
 .AnyTagClassName
 {
   color: #568FDA;
 }
</style>

background-color css

<style>
 a { background-color: #568FDA; }

 a { background-color: rgb(86,143,218); }

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

border-color css

<style>
 span { border-color: #568FDA; }

 span { border-color: rgb(86,143,218); }

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